diff --git a/Gemfile b/Gemfile index 11e6c6e2..a44657c3 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ gem "nilify_blanks", "~> 1.4" gem "ostruct", "~> 0.6.1" gem "progress_bar", "~> 1.3", require: false gem "propshaft", "~> 1.1.0" -gem "puma", "~> 6.4" +gem "puma", "~> 6.5" gem "puma-rufus-scheduler", "~> 0.1.0" gem "rack-canonical-host", "~> 1.3", require: false gem "rufus-scheduler", "~> 3.9" diff --git a/Gemfile.lock b/Gemfile.lock index 1ffce857..e423018d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -278,7 +278,7 @@ GEM psych (5.2.0) stringio public_suffix (6.0.1) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) puma-rufus-scheduler (0.1.0) raabro (1.4.0) @@ -476,7 +476,7 @@ DEPENDENCIES progress_bar (~> 1.3) propshaft (~> 1.1.0) pry-rails (~> 0.3.11) - puma (~> 6.4) + puma (~> 6.5) puma-rufus-scheduler (~> 0.1.0) rack-canonical-host (~> 1.3) rails (~> 7.2)