diff --git a/Gemfile b/Gemfile index 7453c7c6e..7afb82174 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'omniauth-oauth2', '~> 1.9.0' gem 'paper_trail', '~> 17.0.0' gem 'paranoia', '~> 3.1.0' gem 'pg', '~> 1.6.3' -gem 'puma', '~> 7.2.0' +gem 'puma', '~> 8.0.2' gem 'pundit', '~> 2.5.2' gem 'rack-attack', '~> 6.8.0' gem 'rails', '~> 7.2.3' diff --git a/Gemfile.lock b/Gemfile.lock index 934366c31..9e5d4094f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,7 +363,7 @@ GEM date stringio public_suffix (6.0.2) - puma (7.2.1) + puma (8.0.2) nio4r (~> 2.0) pundit (2.5.2) activesupport (>= 3.0.0) @@ -650,7 +650,7 @@ DEPENDENCIES pg (~> 1.6.3) pry-byebug (~> 3.12.0) pry-rails (~> 0.3.11) - puma (~> 7.2.0) + puma (~> 8.0.2) pundit (~> 2.5.2) rack-attack (~> 6.8.0) rails (~> 7.2.3)