Skip to content

Commit

Permalink
Merge pull request #14508 from opf/dependabot/bundler/puma-6.4.2
Browse files Browse the repository at this point in the history
Bump puma from 6.4.1 to 6.4.2
  • Loading branch information
ulferts authored Jan 8, 2024
2 parents 53bf057 + d46708b commit 68f9c27
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 @@ -174,7 +174,7 @@ gem 'rails-i18n', '~> 7.0.0'
gem 'sprockets', '~> 3.7.2' # lock sprockets below 4.0
gem 'sprockets-rails', '~> 3.4.2'

gem 'puma', '~> 6.3', '>= 6.3.1'
gem 'puma', '~> 6.4'
gem 'puma-plugin-statsd', '~> 2.0'
gem 'rack-timeout', '~> 0.6.3', require: "rack/timeout/base"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ GEM
eventmachine_httpserver
http_parser.rb (~> 0.6.0)
multi_json
puma (6.4.1)
puma (6.4.2)
nio4r (~> 2.0)
puma-plugin-statsd (2.6.0)
puma (>= 5.0, < 7)
Expand Down Expand Up @@ -1208,7 +1208,7 @@ DEPENDENCIES
pry-rails (~> 0.3.6)
pry-rescue (~> 1.5.2)
puffing-billy (~> 4.0.0)
puma (~> 6.3, >= 6.3.1)
puma (~> 6.4)
puma-plugin-statsd (~> 2.0)
rack-attack (~> 6.7.0)
rack-cors (~> 2.0.0)
Expand Down

0 comments on commit 68f9c27

Please sign in to comment.