Merge pull request #937 from indentlabs/dependabot/bundler/puma-5.3.1

[Security] Bump puma from 5.2.2 to 5.3.1
This commit is contained in:
Andrew Brown 2021-05-26 21:03:02 -05:00 committed by GitHub
commit 8570ddebec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ ruby "~> 2.7"
# Server
gem 'rails'
gem 'puma', '~> 5.2'
gem 'puma', '~> 5.3'
gem 'puma-heroku'
# gem 'bootsnap', require: false
gem 'sprockets', '~> 3.7.2'

View File

@ -1465,7 +1465,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
puma (5.2.2)
puma (5.3.1)
nio4r (~> 2.0)
puma-heroku (2.0.0)
puma (>= 5.0, < 6.0)
@ -1746,7 +1746,7 @@ DEPENDENCIES
paypal_client
pg (~> 1.2)
pry
puma (~> 5.2)
puma (~> 5.3)
puma-heroku
rack-mini-profiler
rails