Maintenance: Bumped puma to 4.3.8 (CVE-2021-29509).

This commit is contained in:
Thorsten Eckel 2021-05-19 07:58:30 +00:00
parent f06dc08502
commit 0a89d39da6
2 changed files with 4 additions and 3 deletions

View file

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

View file

@ -384,7 +384,8 @@ GEM
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
public_suffix (3.1.1)
puma (3.12.6)
puma (4.3.8)
nio4r (~> 2.0)
pundit (2.0.1)
activesupport (>= 3.0.0)
pundit-matchers (1.6.0)
@ -647,7 +648,7 @@ DEPENDENCIES
pry-remote
pry-rescue
pry-stack_explorer
puma (~> 3.12)
puma (~> 4)
pundit
pundit-matchers
rack-livereload