Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from victorloo/dependabot/bundler/puma-3.12.6
Browse files Browse the repository at this point in the history
Bump puma from 3.11.2 to 3.12.6
  • Loading branch information
victorloo authored May 27, 2020
2 parents 461f88a + 75966f0 commit babc145
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.4'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# 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
9 changes: 7 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ GEM
crass (1.0.3)
erubi (1.7.0)
execjs (2.7.0)
ffi (1.9.18)
ffi (1.9.18-x64-mingw32)
globalid (0.4.1)
activesupport (>= 4.2.0)
Expand All @@ -83,10 +84,12 @@ GEM
minitest (5.11.3)
multi_json (1.13.1)
nio4r (2.2.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
nokogiri (1.8.2-x64-mingw32)
mini_portile2 (~> 2.3.0)
public_suffix (3.0.1)
puma (3.11.2)
puma (3.12.6)
rack (2.0.3)
rack-test (0.8.2)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -139,6 +142,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
sqlite3 (1.3.13-x64-mingw32)
thor (0.20.0)
thread_safe (0.3.6)
Expand All @@ -164,14 +168,15 @@ GEM
nokogiri (~> 1.8)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
byebug
capybara (~> 2.13)
coffee-rails (~> 4.2)
jbuilder (~> 2.5)
puma (~> 3.7)
puma (~> 3.12)
rails (~> 5.1.4)
sass-rails (~> 5.0)
selenium-webdriver
Expand Down

0 comments on commit babc145

Please sign in to comment.