From 56335e2806c3d9939c15c9b5acbf411b874b5fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:12:25 +0000 Subject: [PATCH] build(deps): bump puma from 6.6.0 to 7.2.1 in /run/helloworld 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] --- run/helloworld/Gemfile | 2 +- run/helloworld/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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