Skip to content

Commit

Permalink
Update puma (#3918)
Browse files Browse the repository at this point in the history
* Update puma

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

* Update Gemfile

Co-authored-by: Michael Grosser <michael@grosser.it>

Co-authored-by: Michael Grosser <michael@grosser.it>
  • Loading branch information
russell and grosser committed Jan 27, 2021
1 parent 19961a5 commit 4238175
Showing 1 changed file with 2 additions and 2 deletions.
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 4238175

Please sign in to comment.