Merge pull request #324 from neocities/dependabot/bundler/puma-3.12.2

Bump puma from 3.12.1 to 3.12.2
This commit is contained in:
Kyle Drake 2019-12-18 19:18:17 -08:00 committed by GitHub
commit a228994de3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ gem 'sequel'
gem 'bcrypt' gem 'bcrypt'
gem 'sinatra-flash', require: 'sinatra/flash' gem 'sinatra-flash', require: 'sinatra/flash'
gem 'sinatra-xsendfile', require: 'sinatra/xsendfile' gem 'sinatra-xsendfile', require: 'sinatra/xsendfile'
gem 'puma', '3.12.1', require: nil gem 'puma', '3.12.2', require: nil
gem 'rmagick', require: nil gem 'rmagick', require: nil
gem 'sidekiq', '~> 4.2.10' gem 'sidekiq', '~> 4.2.10'
gem 'mail' gem 'mail'

View file

@ -171,7 +171,7 @@ GEM
byebug (~> 11.0) byebug (~> 11.0)
pry (~> 0.10) pry (~> 0.10)
public_suffix (4.0.1) public_suffix (4.0.1)
puma (3.12.1) puma (3.12.2)
rack (2.0.7) rack (2.0.7)
rack-cache (1.9.0) rack-cache (1.9.0)
rack (>= 0.4) rack (>= 0.4)
@ -328,7 +328,7 @@ DEPENDENCIES
pg pg
pry pry
pry-byebug pry-byebug
puma (= 3.12.1) puma (= 3.12.2)
rack-cache rack-cache
rack-test rack-test
rack_session_access rack_session_access