Skip to content

Commit

Permalink
Bump puma from 4.3.12 to 5.6.7
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 4.3.12 to 5.6.7.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v4.3.12...v5.6.7)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2023
1 parent 10c56d8 commit 4c49710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'addressable', '2.8.1' # remove once https://github.com/postrank-labs/postra
# Use sqlite3 as the database for Active Record
gem 'pg'
# Use Puma as the app server
gem 'puma', '~> 4.3'
gem 'puma', '~> 5.6'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use CoffeeScript for .coffee assets and views
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ GEM
pry (>= 0.13, < 0.15)
psych (3.3.4)
public_suffix (4.0.7)
puma (4.3.12)
puma (5.6.7)
nio4r (~> 2.0)
qa (5.10.0)
activerecord-import
Expand Down Expand Up @@ -1261,7 +1261,7 @@ DEPENDENCIES
pg
postrank-uri (>= 1.0.24)
pry-byebug
puma (~> 4.3)
puma (~> 5.6)
rack-test (= 0.7.0)
rails (~> 5.2.5)
rails-controller-testing
Expand Down

0 comments on commit 4c49710

Please sign in to comment.