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.4 #9

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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ end

gem 'rails', '~> 5.1.4'
gem 'mysql2', '0.3.21'
gem 'puma', '~> 3.7'
gem 'puma', '~> 3.12'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.2'
Expand Down
9 changes: 7 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ GEM
concurrent-ruby (1.0.5)
erubi (1.6.1)
execjs (2.7.0)
ffi (1.9.18)
ffi (1.9.18-x86-mingw32)
globalid (0.4.0)
activesupport (>= 4.2.0)
Expand All @@ -82,12 +83,15 @@ GEM
mini_portile2 (2.2.0)
minitest (5.10.3)
multi_json (1.12.2)
mysql2 (0.3.21)
mysql2 (0.3.21-x86-mingw32)
nio4r (2.1.0)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
nokogiri (1.8.0-x86-mingw32)
mini_portile2 (~> 2.2.0)
public_suffix (3.0.0)
puma (3.10.0)
puma (3.12.4)
rack (2.0.3)
rack-test (0.7.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -164,6 +168,7 @@ GEM
nokogiri (~> 1.3)

PLATFORMS
ruby
x86-mingw32

DEPENDENCIES
Expand All @@ -172,7 +177,7 @@ DEPENDENCIES
coffee-rails (~> 4.2)
jbuilder (~> 2.5)
mysql2 (= 0.3.21)
puma (~> 3.7)
puma (~> 3.12)
rails (~> 5.1.4)
sass-rails (~> 5.0)
selenium-webdriver
Expand Down