Skip to content
Snippets Groups Projects
Commit 5e02136d authored by Tobias Glazebrook's avatar Tobias Glazebrook
Browse files

Merge branch 'fix-puma-vuln' into 'master'

chore: update puma

See merge request !5
parents afde7d90 51a2e1f3
No related branches found
Tags v3.2.18
1 merge request!5chore: update puma
Pipeline #88416 passed
...@@ -5,7 +5,7 @@ ruby '3.2.4' ...@@ -5,7 +5,7 @@ ruby '3.2.4'
# Core Gems # Core Gems
gem 'rails', '7.0.8.4' gem 'rails', '7.0.8.4'
gem 'puma', '6.4.2' gem 'puma', '6.4.3'
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.8.0' gem 'mini_racer', '0.8.0'
......
...@@ -235,7 +235,7 @@ GEM ...@@ -235,7 +235,7 @@ GEM
pg (1.5.3) pg (1.5.3)
popper_js (1.16.1) popper_js (1.16.1)
public_suffix (6.0.1) public_suffix (6.0.1)
puma (6.4.2) puma (6.4.3)
nio4r (~> 2.0) nio4r (~> 2.0)
pundit (2.2.0) pundit (2.2.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
...@@ -422,7 +422,7 @@ DEPENDENCIES ...@@ -422,7 +422,7 @@ DEPENDENCIES
nexus_seed (= 0.2.30) nexus_seed (= 0.2.30)
nexus_semantic_logger (= 1.12.6) nexus_semantic_logger (= 1.12.6)
pg (= 1.5.3) pg (= 1.5.3)
puma (= 6.4.2) puma (= 6.4.3)
pundit (= 2.2.0) pundit (= 2.2.0)
pundit-matchers (= 1.7.0) pundit-matchers (= 1.7.0)
rack-attack (= 6.6.1) rack-attack (= 6.6.1)
......
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