diff --git a/Gemfile b/Gemfile index 7c44aed..8ffd4c3 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "sinatra-contrib", require: false gem "activesupport" gem "http" -gem "puma", "~> 7.2.1" +gem "puma", "~> 8.0.2" gem "rackup" gem "redis" diff --git a/Gemfile.lock b/Gemfile.lock index 0f911a1..9813ae9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM date stringio public_suffix (7.0.5) - puma (7.2.1) + puma (8.0.2) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -226,7 +226,7 @@ DEPENDENCIES debug http newrelic_rpm - puma (~> 7.2.1) + puma (~> 8.0.2) rack-test rackup redis