Skip to content

Commit

Permalink
Update puma
Browse files Browse the repository at this point in the history
Older versions of puma don't work on newer versions of OSX
puma/puma#2304

I had to bump this gem to get `bundle install` to work
  • Loading branch information
russell committed Jan 25, 2021
1 parent 300b31c commit b0a2733
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 @@ -20,7 +20,7 @@ end

gem 'bundler'
gem 'dogstatsd-ruby'
gem 'puma'
gem 'puma', '= 4.3.6'
gem 'attr_encrypted'
gem 'sawyer'
gem 'dalli'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -474,7 +474,7 @@ GEM
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
public_suffix (4.0.5)
puma (4.3.5)
puma (4.3.6)
nio4r (~> 2.0)
pyu-ruby-sasl (0.0.3.3)
racc (1.5.2)
Expand Down Expand Up @@ -685,7 +685,7 @@ DEPENDENCIES
pry-rails
pry-rescue
pry-stack_explorer
puma
puma (= 4.3.6)
rack-mini-profiler
rails (~> 6.0.3)
rails-assets-bootstrap-select!
Expand Down

0 comments on commit b0a2733

Please sign in to comment.