Skip to content

Commit

Permalink
Merge pull request #897 from uktrade/KLS-1136-update-puma
Browse files Browse the repository at this point in the history
Bump Puma to 5.6.7
  • Loading branch information
timothyPatterson authored Aug 30, 2023
2 parents 84c79c4 + c1d807e commit 42c36d7
Show file tree
Hide file tree
Showing 4 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 @@ -4,7 +4,7 @@ ruby '2.7.7'

gem 'rails', '6.1.7.4'
gem 'bundler'
gem 'puma', '5.6.4'
gem 'puma', '5.6.7'
gem 'pg', '1.1.4'
gem 'sidekiq', '6.5.8'
gem 'sidekiq-cron', '1.9.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ GEM
psych (5.1.0)
stringio
public_suffix (5.0.1)
puma (5.6.4)
puma (5.6.7)
nio4r (~> 2.0)
pundit (2.3.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -1967,7 +1967,7 @@ DEPENDENCIES
pry-rails
pry-rescue
pry-stack_explorer
puma (= 5.6.4)
puma (= 5.6.7)
pundit
pundit-matchers
rails (= 6.1.7.4)
Expand Down
Binary file removed vendor/cache/puma-5.6.4.gem
Binary file not shown.
Binary file added vendor/cache/puma-5.6.7.gem
Binary file not shown.

0 comments on commit 42c36d7

Please sign in to comment.