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

fix: update puma to fix vuln in v5.6.4

parent ed27fa05
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ruby '3.2.2' ...@@ -5,7 +5,7 @@ ruby '3.2.2'
# Core Gems # Core Gems
gem 'rails', '7.0.5.1' gem 'rails', '7.0.5.1'
gem 'puma', '5.6.4' gem 'puma', '5.6.7'
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.6.3' gem 'mini_racer', '0.6.3'
......
...@@ -73,15 +73,15 @@ GEM ...@@ -73,15 +73,15 @@ GEM
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
tzinfo (~> 2.0) tzinfo (~> 2.0)
addressable (2.8.4) addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 6.0)
amazing_print (1.4.0) amazing_print (1.4.0)
amq-protocol (2.3.2) amq-protocol (2.3.2)
autoprefixer-rails (10.4.13.0) autoprefixer-rails (10.4.13.0)
execjs (~> 2) execjs (~> 2)
aws-eventstream (1.2.0) aws-eventstream (1.2.0)
aws-partitions (1.791.0) aws-partitions (1.807.0)
aws-sdk-core (3.178.0) aws-sdk-core (3.180.3)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0) aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5) aws-sigv4 (~> 1.5)
...@@ -186,14 +186,14 @@ GEM ...@@ -186,14 +186,14 @@ GEM
net-smtp net-smtp
marcel (1.0.2) marcel (1.0.2)
method_source (1.0.0) method_source (1.0.0)
mini_mime (1.1.2) mini_mime (1.1.5)
mini_racer (0.6.3) mini_racer (0.6.3)
libv8-node (~> 16.10.0.0) libv8-node (~> 16.10.0.0)
minitest (5.18.1) minitest (5.19.0)
msgpack (1.7.2) msgpack (1.7.2)
multi_xml (0.6.0) multi_xml (0.6.0)
mysql2 (0.5.5) mysql2 (0.5.5)
net-imap (0.3.6) net-imap (0.3.7)
date date
net-protocol net-protocol
net-pop (0.1.2) net-pop (0.1.2)
...@@ -223,19 +223,19 @@ GEM ...@@ -223,19 +223,19 @@ GEM
net_tcp_client (~> 2.2.0) net_tcp_client (~> 2.2.0)
rails_semantic_logger (~> 4.10.0) rails_semantic_logger (~> 4.10.0)
nio4r (2.5.9) nio4r (2.5.9)
nokogiri (1.15.3-x86_64-linux) nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
pg (1.3.5) pg (1.3.5)
popper_js (1.16.1) popper_js (1.16.1)
public_suffix (5.0.3) public_suffix (5.0.3)
puma (5.6.4) puma (5.6.7)
nio4r (~> 2.0) nio4r (~> 2.0)
pundit (2.2.0) pundit (2.2.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
pundit-matchers (1.7.0) pundit-matchers (1.7.0)
rspec-rails (>= 3.0.0) rspec-rails (>= 3.0.0)
racc (1.7.1) racc (1.7.1)
rack (2.2.7) rack (2.2.8)
rack-attack (6.6.1) rack-attack (6.6.1)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rack-cors (1.1.1) rack-cors (1.1.1)
...@@ -260,7 +260,7 @@ GEM ...@@ -260,7 +260,7 @@ GEM
actionpack (>= 5.0.1.rc1) actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1) activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.1.1) rails-dom-testing (2.2.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
minitest minitest
nokogiri (>= 1.6) nokogiri (>= 1.6)
...@@ -286,7 +286,7 @@ GEM ...@@ -286,7 +286,7 @@ GEM
redis (4.6.0) redis (4.6.0)
request_store (1.5.1) request_store (1.5.1)
rack (>= 1.4) rack (>= 1.4)
rexml (3.2.5) rexml (3.2.6)
rspec-core (3.12.2) rspec-core (3.12.2)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
rspec-expectations (3.12.3) rspec-expectations (3.12.3)
...@@ -325,7 +325,7 @@ GEM ...@@ -325,7 +325,7 @@ GEM
sprockets-rails sprockets-rails
tilt tilt
secure_headers (6.3.3) secure_headers (6.3.3)
semantic_logger (4.13.0) semantic_logger (4.14.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
serverengine (2.1.1) serverengine (2.1.1)
sigdump (~> 0.2.2) sigdump (~> 0.2.2)
...@@ -379,10 +379,10 @@ GEM ...@@ -379,10 +379,10 @@ GEM
addressable (>= 2.8.0) addressable (>= 2.8.0)
crack (>= 0.3.2) crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0) hashdiff (>= 0.4.0, < 2.0.0)
websocket-driver (0.7.5) websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
zeitwerk (2.6.8) zeitwerk (2.6.11)
PLATFORMS PLATFORMS
x86_64-linux x86_64-linux
...@@ -413,7 +413,7 @@ DEPENDENCIES ...@@ -413,7 +413,7 @@ DEPENDENCIES
nexus_seed (= 0.2.30) nexus_seed (= 0.2.30)
nexus_semantic_logger (= 1.12.2) nexus_semantic_logger (= 1.12.2)
pg (= 1.3.5) pg (= 1.3.5)
puma (= 5.6.4) puma (= 5.6.7)
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