diff --git a/Gemfile b/Gemfile index 778ff357a4..d276b2eea1 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 7.2.2' # Use trilogy to interact with mysql as the database for Active Record gem 'trilogy', '~> 2.9.0' # Use Puma as the app server -gem 'puma', '~> 6.4.3' +gem 'puma', '~> 6.5.0' # Use dart-sass for stylesheets gem 'cssbundling-rails', '~> 1.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index 89a216e30b..df557f7d4e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -371,7 +371,7 @@ GEM psych (5.2.0) stringio public_suffix (6.0.1) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) pundit (2.4.0) activesupport (>= 3.0.0) @@ -622,7 +622,7 @@ DEPENDENCIES omniauth_openid_connect (~> 0.8.0) premailer-rails (~> 1.12.0) pretender (~> 0.5.0) - puma (~> 6.4.3) + puma (~> 6.5.0) pundit (~> 2.4.0) rack-mini-profiler (~> 3.3.1) rails (~> 7.2.2)