From a9e0fb8e9959c0bd89b060f0a2f7236f8513d09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:13:19 +0000 Subject: [PATCH] build(deps): bump puma in /appengine/standard-hello_world Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 7.2.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](https://github.com/puma/puma/compare/v6.6.0...v7.2.1) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- appengine/standard-hello_world/Gemfile | 2 +- appengine/standard-hello_world/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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