Merge pull request #2188 from TracksApp/dependabot/bundler/puma-3.12.1

Bump puma from 3.12.0 to 3.12.1
This commit is contained in:
Matt Rogers 2019-04-14 13:50:38 -05:00 committed by GitHub
commit 434c379d0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ gem "aasm", '~> 3.4.0'
gem "htmlentities"
gem "swf_fu"
gem "rails_autolink"
gem 'puma', '~> 3.0'
gem 'puma', '~> 3.12'
gem 'paperclip'
# To use ActiveModel has_secure_password

View file

@ -147,7 +147,7 @@ GEM
ast (~> 2.4.0)
powerpack (0.1.2)
psych (3.1.0)
puma (3.12.0)
puma (3.12.1)
rack (2.0.6)
rack-mini-profiler (1.0.2)
rack (>= 1.2.0)
@ -297,7 +297,7 @@ DEPENDENCIES
mocha
mysql2 (~> 0.5.2)
paperclip
puma (~> 3.0)
puma (~> 3.12)
rack-mini-profiler
rails (~> 5.2.2)
rails-controller-testing