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.6.2 to 3.12.6 #1

Open
wants to merge 1 commit into
base: master
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -15,7 +15,7 @@ gem 'jsonapi-resources'
gem 'rack-cors', :require => 'rack/cors'

# Use Puma as the app server
gem 'puma', '~> 3.0'
gem 'puma', '~> 3.12'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.5'
# Use Redis adapter to run Action Cable in production
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -72,7 +72,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
puma (3.6.2)
puma (3.12.6)
rack (2.0.1)
rack-cors (0.4.0)
rack-test (0.6.3)
Expand Down Expand Up @@ -135,7 +135,7 @@ DEPENDENCIES
listen (~> 3.0.5)
pg
pry
puma (~> 3.0)
puma (~> 3.12)
rack-cors
rails (~> 5.0.1)
redcarpet
Expand Down