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 4.3.7 to 5.2.2 #12

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 @@ -10,7 +10,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.2'
gem 'pg'

# Use Puma as the app server
gem 'puma', '~> 4.1'
gem 'puma', '~> 5.2'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
13 changes: 11 additions & 2 deletions Gemfile.lock
Expand Up @@ -83,6 +83,7 @@ GEM
erubi (1.10.0)
faker (2.17.0)
i18n (>= 1.6, < 2)
ffi (1.15.0)
ffi (1.15.0-x64-mingw32)
geocoder (1.6.6)
globalid (0.4.2)
Expand All @@ -109,14 +110,19 @@ GEM
method_source (1.0.0)
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.4)
msgpack (1.4.2)
nio4r (2.5.7)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.2-x64-mingw32)
racc (~> 1.4)
pg (1.2.3)
pg (1.2.3-x64-mingw32)
public_suffix (4.0.6)
puma (4.3.7)
puma (5.2.2)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -160,6 +166,8 @@ GEM
rubyzip (2.3.0)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.4.0)
ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand Down Expand Up @@ -213,6 +221,7 @@ GEM
zeitwerk (2.4.2)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
Expand All @@ -229,7 +238,7 @@ DEPENDENCIES
jbuilder (~> 2.7)
jquery-rails
pg
puma (~> 4.1)
puma (~> 5.2)
rails (~> 6.0.2, >= 6.0.2.2)
rails_12factor
sass-rails (>= 6)
Expand Down