From e39f259f47b26de87ff915bfc81e1a1b683e4100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 23:06:24 +0000 Subject: [PATCH] Bump puma from 6.6.1 to 7.2.1 in /test/rb 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] --- test/rb/Gemfile | 2 +- test/rb/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/rb/Gemfile b/test/rb/Gemfile index f2eb2c090f..1225e4f465 100644 --- a/test/rb/Gemfile +++ b/test/rb/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" gem 'thrift', path: '../../lib/rb' gem 'rack', '~> 2.2', '>= 2.2.23' -gem 'puma', '~> 6.6' +gem 'puma', '~> 7.2' gem 'test-unit', '~> 3.2', '>= 3.2.7' # Only required for tests with Rack 2.x on Ruby 4.0+ diff --git a/test/rb/Gemfile.lock b/test/rb/Gemfile.lock index 07a03d3188..0afeb87458 100644 --- a/test/rb/Gemfile.lock +++ b/test/rb/Gemfile.lock @@ -96,7 +96,7 @@ GEM protocol-http (~> 0.58) rack (>= 1.0) protocol-url (0.4.0) - puma (6.6.1) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (2.2.23) @@ -149,7 +149,7 @@ DEPENDENCIES cgi falcon (~> 0.51) ostruct - puma (~> 6.6) + puma (~> 7.2) rack (~> 2.2, >= 2.2.23) rubocop (~> 1.82.0) rubocop-performance (~> 1.26.1)