Skip to content

Commit

Permalink
Update Puma to 4.3.7 (#5422)
Browse files Browse the repository at this point in the history
There's [a bug in Puma 4.3.5](puma/puma#2304)
which prevents some compilers from building the native extensions
required for Puma.

I was running into this issue on macOS Big Sur. Updating fixed it.
  • Loading branch information
ericboehs committed Dec 4, 2020
1 parent 6b618c7 commit dd93999
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 @@ -24,7 +24,7 @@ gem 'veteran_confirmation', path: 'modules/veteran_confirmation'
gem 'veteran_verification', path: 'modules/veteran_verification'

# Anchored versions, do not change
gem 'puma', '~> 4.3.5'
gem 'puma', '~> 4.3.7'
gem 'puma-plugin-statsd', '~> 0.1.0'
gem 'rails', '~> 6.0.2'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -640,7 +640,7 @@ GEM
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.6)
puma (4.3.5)
puma (4.3.7)
nio4r (~> 2.0)
puma-plugin-statsd (0.1.0)
json
Expand Down Expand Up @@ -998,7 +998,7 @@ DEPENDENCIES
pg
prawn
pry-byebug
puma (~> 4.3.5)
puma (~> 4.3.7)
puma-plugin-statsd (~> 0.1.0)
pundit
rack
Expand Down

0 comments on commit dd93999

Please sign in to comment.