Skip to content

Commit

Permalink
Merge pull request #528 from moneyadviceservice/bump-puma
Browse files Browse the repository at this point in the history
Bump puma for security fix
  • Loading branch information
benlovell authored Feb 8, 2024
2 parents 6d4d1d9 + 9733735 commit 4b21658
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gem 'oauth2', '1.0.0'
gem 'paper_trail'
gem 'paperclip-azure', '~> 0.2'
gem 'preamble', '0.0.3'
gem 'puma'
gem 'puma', '5.6.8'
gem 'rack', '1.6.13'
gem 'rails', '4.2.11.1'
gem 'remotipart', '~> 1.2'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ GEM
net-protocol
netrc (0.11.0)
newrelic_rpm (4.0.0.332)
nio4r (2.5.8)
nio4r (2.7.0)
no_proxy_fix (0.1.2)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
Expand Down Expand Up @@ -399,7 +399,7 @@ GEM
pry-rails (0.3.2)
pry (>= 0.9.10)
public_suffix (3.1.1)
puma (6.0.0)
puma (5.6.8)
nio4r (~> 2.0)
racc (1.7.1)
rack (1.6.13)
Expand Down Expand Up @@ -624,7 +624,7 @@ DEPENDENCIES
paperclip-azure (~> 0.2)
preamble (= 0.0.3)
pry-rails
puma
puma (= 5.6.8)
rack (= 1.6.13)
rails (= 4.2.11.1)
rails-assets-font-awesome (~> 4.2.0)!
Expand Down

0 comments on commit 4b21658

Please sign in to comment.