diff --git a/appengine/standard-hello_world/Gemfile b/appengine/standard-hello_world/Gemfile index def34f73d..b858d8789 100644 --- a/appengine/standard-hello_world/Gemfile +++ b/appengine/standard-hello_world/Gemfile @@ -25,5 +25,5 @@ group :test do gem "rspec_junit_formatter" end -gem "puma", "~> 6.6" +gem "puma", "~> 7.2" gem "rackup", "~> 2.2" diff --git a/appengine/standard-hello_world/Gemfile.lock b/appengine/standard-hello_world/Gemfile.lock index 65efd088b..3d1aa17e3 100644 --- a/appengine/standard-hello_world/Gemfile.lock +++ b/appengine/standard-hello_world/Gemfile.lock @@ -6,8 +6,8 @@ GEM logger (1.6.6) mustermann (3.0.3) ruby2_keywords (~> 0.0.1) - nio4r (2.7.4) - puma (6.6.0) + nio4r (2.7.5) + puma (7.2.1) nio4r (~> 2.0) rack (3.1.17) rack-protection (4.1.0) @@ -51,7 +51,7 @@ PLATFORMS ruby DEPENDENCIES - puma (~> 6.6) + puma (~> 7.2) rack-test rackup (~> 2.2) rspec