Bump puma from 3.12.1 to 3.12.2

Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 3.12.2.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v3.12.1...v3.12.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2019-12-06 08:18:17 +00:00 committed by GitHub
parent b53ffd40af
commit 72ffe8c8dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ gem 'rails', '~> 5.2.1'
# Use sqlite3 as the database for Active Record # Use sqlite3 as the database for Active Record
gem 'sqlite3' gem 'sqlite3'
# Use Puma as the app server # Use Puma as the app server
gem 'puma', '~> 3.11' gem 'puma', '~> 3.12'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.5' # gem 'jbuilder', '~> 2.5'
# Use ActiveModel has_secure_password # Use ActiveModel has_secure_password

View File

@ -133,7 +133,7 @@ GEM
parser (2.6.5.0) parser (2.6.5.0)
ast (~> 2.4.0) ast (~> 2.4.0)
pg (1.1.4) pg (1.1.4)
puma (3.12.1) puma (3.12.2)
rack (2.0.7) rack (2.0.7)
rack-cors (1.1.0) rack-cors (1.1.0)
rack (>= 2.0.0) rack (>= 2.0.0)
@ -276,7 +276,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2) listen (>= 3.0.5, < 3.2)
mailgun-ruby mailgun-ruby
pg pg
puma (~> 3.11) puma (~> 3.12)
rack-cors rack-cors
railroady railroady
rails (~> 5.2.1) rails (~> 5.2.1)