diff --git a/Gemfile b/Gemfile index 5f52daf..b3e391d 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'newrelic_rpm', '~> 9.4' gem 'oj', '~> 3.16' gem 'pagy', '~> 6.0' gem 'pg', '~> 1.5' -gem 'puma', '~> 6.3' +gem 'puma', '~> 6.4' gem 'pundit', '~> 2.3' gem 'rack-cors', '~> 2.0' gem 'sass-rails', '~> 6.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index dcc5dfb..1dde91d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -310,7 +310,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (5.0.3) - puma (6.3.1) + puma (6.4.0) nio4r (~> 2.0) pundit (2.3.1) activesupport (>= 3.0.0) @@ -536,7 +536,7 @@ DEPENDENCIES prosopite (~> 1.3.3) pry-byebug (~> 3.9) pry-rails (~> 0.3.9) - puma (~> 6.3) + puma (~> 6.4) pundit (~> 2.3) rack-cors (~> 2.0) rails (~> 7.0.8)