diff --git a/Gemfile b/Gemfile index 5719b504..546c3124 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'sidekiq', "~> 5.2" gem 'sidetiq', "~> 0.7" gem 'active_model_serializers', "~> 0.10" -gem 'puma', "~> 5.6" +gem 'puma', "~> 6.4" gem 'newrelic_rpm' gem 'active_interaction', "~> 3.6" gem 'faraday-panoptes', "~> 0.3" diff --git a/Gemfile.lock b/Gemfile.lock index 00c0dc72..280d2fcb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM minitest (5.17.0) multipart-post (2.1.1) newrelic_rpm (4.7.1.340) - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -142,7 +142,7 @@ GEM pry (~> 0.10) pry-rails (0.3.9) pry (>= 0.10.4) - puma (5.6.4) + puma (6.4.0) nio4r (~> 2.0) racc (1.6.1) rack (2.2.6.4) @@ -252,7 +252,7 @@ DEPENDENCIES pg (~> 0.20) pry-byebug (~> 3.6) pry-rails (~> 0.3) - puma (~> 5.6) + puma (~> 6.4) rack-cors (~> 1.0) rails (~> 5.2) responders (~> 3.0)