Skip to content

Commit

Permalink
Update Puma to fix a compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed Jan 11, 2021
1 parent c348861 commit e3b818e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -10,7 +10,7 @@ gem "high_voltage"
gem "neat", "~> 1.7.0"
gem "normalize-rails", "~> 3.0.0"
gem "pg"
gem "puma"
gem "puma", "~> 5.0"
gem "rack-canonical-host"
# Use Github so that we get https://github.com/rails/sprockets-rails/pull/454.
# The sprockets-rails gem releases infrequently
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -162,7 +162,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.4)
puma (4.3.5)
puma (5.0.4)
nio4r (~> 2.0)
rack (2.2.3)
rack-canonical-host (1.0.0)
Expand Down Expand Up @@ -295,7 +295,7 @@ DEPENDENCIES
normalize-rails (~> 3.0.0)
pg
pry-rails
puma
puma (~> 5.0)
rack-canonical-host
rack-timeout
rails (~> 6.0.3)
Expand Down

0 comments on commit e3b818e

Please sign in to comment.