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

Bump puma from 3.12.6 to 4.3.12 in /rails #323

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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 rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ end

gem 'rails'
gem 'pg'
gem 'puma', '~> 3.0'
gem 'puma', '~> 4.3'
gem 'sass-rails'
gem 'uglifier', '>= 1.3.0'
gem 'jquery-rails'
Expand Down
5 changes: 3 additions & 2 deletions rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ GEM
pry-rails (0.3.6)
pry (>= 0.10.4)
public_suffix (3.0.1)
puma (3.12.6)
puma (4.3.12)
nio4r (~> 2.0)
pundit (1.1.0)
activesupport (>= 3.0.0)
rack (2.2.3)
Expand Down Expand Up @@ -336,7 +337,7 @@ DEPENDENCIES
pg_search
pry-byebug
pry-rails
puma (~> 3.0)
puma (~> 4.3)
pundit
rack-cors
rails
Expand Down