Skip to content

Commit

Permalink
Update puma to 4.3.6 to avoid compilation problem in 4.3.5 with Xcode…
Browse files Browse the repository at this point in the history
… 12 (Reference puma/puma#2314)
  • Loading branch information
heynan0 committed Oct 6, 2020
1 parent 3c09dca commit d74e440
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ gem "rake", "~> 12.0"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", rails_version == "master" ? { github: "rails/rails" } : rails_version
# Use Puma as the app server
gem "puma", "~> 4.1"
gem "puma", "~> 4.3.6"
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
gem "webpacker", "~> 5.0"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -123,7 +123,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.5)
puma (4.3.5)
puma (4.3.6)
nio4r (~> 2.0)
rack (2.2.3)
rack-proxy (0.6.5)
Expand Down Expand Up @@ -230,7 +230,7 @@ DEPENDENCIES
primer_view_components!
pry
pry-rails
puma (~> 4.1)
puma (~> 4.3.6)
rails (= 6.0.3.3)
rake (~> 12.0)
rubocop (= 0.74)
Expand Down
2 changes: 1 addition & 1 deletion demo/Gemfile
Expand Up @@ -8,7 +8,7 @@ gem "rake", "~> 12.0"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", rails_version == "master" ? { github: "rails/rails" } : rails_version
# Use Puma as the app server
gem "puma", "~> 4.1"
gem "puma", "~> 4.3.6"
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
gem "webpacker", "~> 5.0"

Expand Down
4 changes: 2 additions & 2 deletions demo/Gemfile.lock
Expand Up @@ -116,7 +116,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.5)
puma (4.3.5)
puma (4.3.6)
nio4r (~> 2.0)
rack (2.2.3)
rack-proxy (0.6.5)
Expand Down Expand Up @@ -195,7 +195,7 @@ DEPENDENCIES
minitest (~> 5.0)
primer_view_components!
pry-rails
puma (~> 4.1)
puma (~> 4.3.6)
rails (= 6.0.3.3)
rake (~> 12.0)
spring
Expand Down

0 comments on commit d74e440

Please sign in to comment.