From a0d6e594ca27f46ce818870646074958d3612e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:17:36 +0000 Subject: [PATCH] Bump puma Bumps [puma](https://github.com/puma/puma) from 6.6.1 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.1...v7.2.1) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../solution/invoice-partial-payments/server/Gemfile | 2 +- .../solution/invoice-partial-payments/server/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/sdk-upgrades-ruby/solution/invoice-partial-payments/server/Gemfile b/benchmarks/sdk-upgrades-ruby/solution/invoice-partial-payments/server/Gemfile index 98628a9e..3de88c1a 100644 --- a/benchmarks/sdk-upgrades-ruby/solution/invoice-partial-payments/server/Gemfile +++ b/benchmarks/sdk-upgrades-ruby/solution/invoice-partial-payments/server/Gemfile @@ -5,4 +5,4 @@ gem 'rack', '>= 3.2.6' gem 'rackup', '~> 2.1' gem 'stripe', '~> 15.0' # Upgraded from ~> 7.1 to ~> 15.0 gem 'dotenv', '~> 2.8' -gem 'puma', '~> 6.0' +gem 'puma', '~> 7.2' diff --git a/benchmarks/sdk-upgrades-ruby/solution/invoice-partial-payments/server/Gemfile.lock b/benchmarks/sdk-upgrades-ruby/solution/invoice-partial-payments/server/Gemfile.lock index 83353594..e2156571 100644 --- a/benchmarks/sdk-upgrades-ruby/solution/invoice-partial-payments/server/Gemfile.lock +++ b/benchmarks/sdk-upgrades-ruby/solution/invoice-partial-payments/server/Gemfile.lock @@ -7,7 +7,7 @@ GEM mustermann (3.0.4) ruby2_keywords (~> 0.0.1) nio4r (2.7.5) - puma (6.6.1) + puma (7.2.1) nio4r (~> 2.0) rack (3.2.6) rack-protection (4.1.1) @@ -36,7 +36,7 @@ PLATFORMS DEPENDENCIES dotenv (~> 2.8) - puma (~> 6.0) + puma (~> 7.2) rack (>= 3.2.6) rackup (~> 2.1) sinatra (~> 4.1.0)