diff --git a/Gemfile b/Gemfile index 2e8def0b..bc765140 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'jwt', '~> 2.10' gem 'kaminari', '~> 1.2' gem 'ostruct', '~> 0.6' gem 'parallel', '~> 1.27' -gem 'puma', '~> 6.6' +gem 'puma', '~> 7.2' gem 'pundit', '~> 2.5' gem 'rack-contrib', '~> 2.5' gem 'rack-cors', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 96069b78..3e2c1d2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -283,7 +283,7 @@ GEM date stringio public_suffix (7.0.5) - puma (6.6.1) + puma (7.2.1) nio4r (~> 2.0) pundit (2.5.2) activesupport (>= 3.0.0) @@ -480,7 +480,7 @@ DEPENDENCIES pg (~> 1.5) pg_search (~> 2.3) pry (~> 0.15) - puma (~> 6.6) + puma (~> 7.2) pundit (~> 2.5) rack (~> 2.2.23) rack-contrib (~> 2.5)