diff --git a/run/rails/Gemfile b/run/rails/Gemfile index 8cb47e151..c7d9c3327 100644 --- a/run/rails/Gemfile +++ b/run/rails/Gemfile @@ -7,7 +7,7 @@ gem "rails", "~> 7.0.2", ">= 7.0.2.1" # Use postgresql as the database for Active Record gem "pg", "~> 1.1" # Use Puma as the app server -gem "puma", "~> 5.0" +gem "puma", "~> 5.6" # Use SCSS for stylesheets gem "sassc", "~> 2.4.0" gem "sass-rails", ">= 6" diff --git a/run/rails/Gemfile.lock b/run/rails/Gemfile.lock index 99ee1e8e8..f79369397 100644 --- a/run/rails/Gemfile.lock +++ b/run/rails/Gemfile.lock @@ -197,14 +197,14 @@ GEM digest net-protocol timeout - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) os (1.1.4) pg (1.3.2) public_suffix (4.0.6) - puma (5.6.2) + puma (5.6.7) nio4r (~> 2.0) racc (1.6.1) rack (2.2.4) @@ -316,7 +316,7 @@ DEPENDENCIES jsbundling-rails (>= 1.0.1, < 1.2) listen (~> 3.3) pg (~> 1.1) - puma (~> 5.0) + puma (~> 5.6) rack-mini-profiler (~> 3.0) rails (~> 7.0.2, >= 7.0.2.1) sass-rails (>= 6)