Skip to content
Snippets Groups Projects
Commit 636a342c authored by Chris Harrison's avatar Chris Harrison
Browse files

fix: update puma due to security issue

parent b80d5623
No related branches found
No related tags found
1 merge request!2fix: update puma due to security issue
Pipeline #15808 passed
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -4,7 +4,7 @@ source 'https://rubygems.org' ...@@ -4,7 +4,7 @@ source 'https://rubygems.org'
ruby '2.7.2' ruby '2.7.2'
gem 'rails', '6.1.3.2' gem 'rails', '6.1.3.2'
gem 'puma', '4.3.7' gem 'puma', '4.3.8'
gem 'sass-rails', '5.1.0' gem 'sass-rails', '5.1.0'
gem 'uglifier', '4.2.0' gem 'uglifier', '4.2.0'
gem 'mini_racer', '0.3.1' gem 'mini_racer', '0.3.1'
......
...@@ -204,7 +204,7 @@ GEM ...@@ -204,7 +204,7 @@ GEM
pg (1.2.3) pg (1.2.3)
popper_js (1.16.0) popper_js (1.16.0)
public_suffix (4.0.6) public_suffix (4.0.6)
puma (4.3.7) puma (4.3.8)
nio4r (~> 2.0) nio4r (~> 2.0)
pundit (2.1.0) pundit (2.1.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
...@@ -400,7 +400,7 @@ DEPENDENCIES ...@@ -400,7 +400,7 @@ DEPENDENCIES
nexus_cqrs_auth (= 0.0.4) nexus_cqrs_auth (= 0.0.4)
nexus_domain_events (= 1.1.2) nexus_domain_events (= 1.1.2)
pg (= 1.2.3) pg (= 1.2.3)
puma (= 4.3.7) puma (= 4.3.8)
pundit (= 2.1.0) pundit (= 2.1.0)
pundit-matchers (= 1.6.0) pundit-matchers (= 1.6.0)
rack-attack (= 6.5.0) rack-attack (= 6.5.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment