Bumped puma to 13.12.2 (CVE-2019-16770).
This commit is contained in:
parent
5ee0d0b31f
commit
aa6c647187
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -13,7 +13,7 @@ gem 'json'
|
|||
gem 'rails-observers'
|
||||
|
||||
# core - application servers
|
||||
gem 'puma', group: :puma
|
||||
gem 'puma', '~>3.12', group: :puma
|
||||
gem 'unicorn', group: :unicorn
|
||||
|
||||
# core - supported ORMs
|
||||
|
|
|
@ -377,7 +377,7 @@ GEM
|
|||
binding_of_caller (>= 0.7)
|
||||
pry (>= 0.9.11)
|
||||
public_suffix (3.0.3)
|
||||
puma (3.12.1)
|
||||
puma (3.12.2)
|
||||
rack (2.0.7)
|
||||
rack-livereload (0.3.17)
|
||||
rack
|
||||
|
@ -624,7 +624,7 @@ DEPENDENCIES
|
|||
pry-remote
|
||||
pry-rescue
|
||||
pry-stack_explorer
|
||||
puma
|
||||
puma (~> 3.12)
|
||||
rack-livereload
|
||||
rails (= 5.2.3)
|
||||
rails-controller-testing
|
||||
|
|
Loading…
Reference in a new issue