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.10.0 to 3.12.6 #5

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -21,7 +21,7 @@ group :production do
gem 'pg'
end
# Use Puma as the app server
gem 'puma', '~> 3.7'
gem 'puma', '~> 3.12'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -102,7 +102,7 @@ GEM
mini_portile2 (~> 2.2.0)
pg (0.21.0)
public_suffix (3.0.0)
puma (3.10.0)
puma (3.12.6)
rack (2.0.3)
rack-test (0.7.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -199,7 +199,7 @@ DEPENDENCIES
jquery-rails
listen (>= 3.0.5, < 3.2)
pg
puma (~> 3.7)
puma (~> 3.12)
rails (~> 5.1.3)
rails-bootstrap-markdown
redcarpet
Expand Down