diff --git a/Gemfile b/Gemfile index 33df6ca84..51a206f91 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'omniauth-rails_csrf_protection', '~> 1.0', '>= 1.0.2' gem 'paper_trail', '~> 17.0.0' gem 'paranoia', '~> 3.1.0' gem 'pg', '~> 1.6.2' -gem 'puma', '~> 6.6.1' +gem 'puma', '~> 7.1.0' 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 a8b2c4966..9d78449e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -349,7 +349,7 @@ GEM date stringio public_suffix (6.0.2) - puma (6.6.1) + puma (7.1.0) nio4r (~> 2.0) pundit (2.5.2) activesupport (>= 3.0.0) @@ -649,7 +649,7 @@ DEPENDENCIES pg (~> 1.6.2) pry-byebug (~> 3.11.0) pry-rails (~> 0.3.11) - puma (~> 6.6.1) + puma (~> 7.1.0) pundit (~> 2.5.2) rack-attack (~> 6.8.0) rails (~> 7.2.3)