diff --git a/Gemfile b/Gemfile index b510fc7a..855cff74 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "cssbundling-rails", "~> 1.1.0" gem "jsbundling-rails", "~> 1.0.0" # Use Puma as the app server -gem "puma", "~> 6.0.0" +gem "puma", "~> 6.0.2" # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem "jbuilder", "~> 2.11.5" diff --git a/Gemfile.lock b/Gemfile.lock index 09421a6d..92a64443 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,7 +187,7 @@ GEM rack railties (>= 7.0.0) public_suffix (5.0.0) - puma (6.0.0) + puma (6.0.2) nio4r (~> 2.0) racc (1.6.0) rack (2.2.4) @@ -326,7 +326,7 @@ DEPENDENCIES pagy (~> 5.6.6) pg (~> 1.3.2) propshaft (~> 0.6.4) - puma (~> 6.0.0) + puma (~> 6.0.2) rails (~> 7.0.0) ransack (~> 3.2.1) redis (~> 4.0)