Merge pull request #400 from indentlabs/dependabot/bundler/puma-3.12.1

Bump puma from 3.12.0 to 3.12.1
This commit is contained in:
Andrew Brown 2019-06-03 15:38:23 -07:00 committed by GitHub
commit 9051101856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ source 'https://rubygems.org'
ruby "~> 2.5"
gem 'rails', '~> 5.2'
gem 'puma', '~> 3.7'
gem 'puma', '~> 3.12'
gem 'puma-heroku'
# Storage

View File

@ -997,7 +997,7 @@ GEM
method_source (~> 0.9.0)
psych (3.1.0)
public_suffix (3.1.0)
puma (3.12.0)
puma (3.12.1)
puma-heroku (1.0.0)
puma (~> 3.0)
pundit (2.0.1)
@ -1272,7 +1272,7 @@ DEPENDENCIES
paranoia
pg (~> 1.1)
pry
puma (~> 3.7)
puma (~> 3.12)
puma-heroku
rack-mini-profiler
rails (~> 5.2)