Skip to content

Commit

Permalink
SRCH-2317 bump puma (#96)
Browse files Browse the repository at this point in the history
This is a follow-up to #94. That PR included the Gemfile.lock updates as a result of bundle update, but it did not include the Gemfile.lock updates as a result of bumping puma. This PR rights that wrong.
  • Loading branch information
MothOnMars authored Jun 17, 2021
1 parent 3b61330 commit fbeb62b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
puma (3.12.6)
puma (5.3.2)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
rack-accept (0.4.5)
Expand Down Expand Up @@ -387,7 +388,7 @@ DEPENDENCIES
mock_redis (~> 0.17.3)
newrelic_rpm (~> 4.2.0.334)
pry-rails
puma (~> 3.12)
puma (~> 5.3)
rails (~> 5.2.0)
rake (~> 12.3.2)
redis-namespace (~> 1.6.0)
Expand Down

0 comments on commit fbeb62b

Please sign in to comment.