Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[727] Upgrade puma to resolve compilation error #738

Merged
merged 2 commits into from
Feb 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ group :production do
end

group :production, :staging, :review do
gem "puma"
gem "puma", "~> 4.3.6"
gem "rails_12factor"
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,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-mini-profiler (0.10.7)
Expand Down Expand Up @@ -404,7 +404,7 @@ DEPENDENCIES
pg (~> 0.18)
pry-byebug
pry-rails
puma
puma (~> 4.3.6)
rack-mini-profiler (~> 0.10)
rack-timeout
rails (~> 5.1.7)
Expand Down