Skip to content

Commit

Permalink
Bumped puma to 13.12.2 (CVE-2019-16770).
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsteneckel committed Dec 6, 2019
1 parent 5ee0d0b commit aa6c647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aa6c647

Please sign in to comment.