diff --git a/Gemfile b/Gemfile index 450298cad..554eb3e7e 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby file: ".ruby-version" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem "rails", "~> 7.2.2" # Use Puma as the app server -gem "puma", "~> 6.4" +gem "puma", "~> 6.5" # Deliver assets with Propshaft gem "propshaft", "~> 1.1" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] diff --git a/Gemfile.lock b/Gemfile.lock index ccc287140..860e4ec90 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -483,7 +483,7 @@ GEM psych (5.2.0) stringio public_suffix (6.0.1) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) pundit (2.4.0) activesupport (>= 3.0.0) @@ -799,7 +799,7 @@ DEPENDENCIES pghero (~> 3.6) propshaft (~> 1.1) public_suffix (~> 6.0) - puma (~> 6.4) + puma (~> 6.5) pundit (~> 2.4) rack-contrib (~> 2.5) rails (~> 7.2.2)