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:
parent
b53ffd40af
commit
72ffe8c8dd
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue