diff --git a/run/helloworld/Gemfile b/run/helloworld/Gemfile index 3622c7a06..a7219f11e 100644 --- a/run/helloworld/Gemfile +++ b/run/helloworld/Gemfile @@ -12,5 +12,5 @@ group :test do gem "rubysl-securerandom" end -gem "puma", "~> 6.6" +gem "puma", "~> 7.2" gem "rackup", "~> 1.0" diff --git a/run/helloworld/Gemfile.lock b/run/helloworld/Gemfile.lock index 4068f7e96..838f12429 100644 --- a/run/helloworld/Gemfile.lock +++ b/run/helloworld/Gemfile.lock @@ -15,8 +15,8 @@ GEM mustermann (3.0.0) ruby2_keywords (~> 0.0.1) netrc (0.11.0) - nio4r (2.7.4) - puma (6.6.0) + nio4r (2.7.5) + puma (7.2.1) nio4r (~> 2.0) rack (2.2.8.1) rack-protection (3.1.0) @@ -69,7 +69,7 @@ PLATFORMS ruby DEPENDENCIES - puma (~> 6.6) + puma (~> 7.2) rack-test rackup (~> 1.0) rest-client