Bumped puma to 13.12.2 (CVE-2019-16770).

This commit is contained in:
Thorsten Eckel 2019-12-06 10:15:37 +01:00
parent 5ee0d0b31f
commit aa6c647187
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ gem 'json'
gem 'rails-observers' gem 'rails-observers'
# core - application servers # core - application servers
gem 'puma', group: :puma gem 'puma', '~>3.12', group: :puma
gem 'unicorn', group: :unicorn gem 'unicorn', group: :unicorn
# core - supported ORMs # core - supported ORMs

View file

@ -377,7 +377,7 @@ GEM
binding_of_caller (>= 0.7) binding_of_caller (>= 0.7)
pry (>= 0.9.11) pry (>= 0.9.11)
public_suffix (3.0.3) public_suffix (3.0.3)
puma (3.12.1) puma (3.12.2)
rack (2.0.7) rack (2.0.7)
rack-livereload (0.3.17) rack-livereload (0.3.17)
rack rack
@ -624,7 +624,7 @@ DEPENDENCIES
pry-remote pry-remote
pry-rescue pry-rescue
pry-stack_explorer pry-stack_explorer
puma puma (~> 3.12)
rack-livereload rack-livereload
rails (= 5.2.3) rails (= 5.2.3)
rails-controller-testing rails-controller-testing