diff --git a/Gemfile b/Gemfile index b60dbe0..1077c90 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "sqlite3" gem "redis", "~> 5.4" # Deployment -gem "puma", "~> 6.6" +gem "puma", "~> 7.2", ">= 7.2.1" # Jobs gem "resque", "~> 2.7.0" diff --git a/Gemfile.lock b/Gemfile.lock index bbd10a9..f563cd2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,7 +259,7 @@ GEM date stringio public_suffix (6.0.2) - puma (6.6.1) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -429,7 +429,7 @@ DEPENDENCIES ostruct platform_agent propshaft! - puma (~> 6.6) + puma (~> 7.2, >= 7.2.1) rails! rails_autolink redis (~> 5.4)