From 127a40103684d83ea7b2017b90e389a1ceabe138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 02:50:19 +0000 Subject: [PATCH] Bump puma from 7.2.0 to 8.0.2 Bumps [puma](https://github.com/puma/puma) from 7.2.0 to 8.0.2. - [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/v7.2.0...v8.0.2) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9142d7119..f0c22014d 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem "nokogiri", "~> 1.19" gem "ougai", "~> 2.0" gem "parallel", "~> 1.27" gem "pg", "~> 1.6" -gem "puma", "~> 7.2" +gem "puma", "~> 8.0" gem "rackup", "~> 2.1" gem "rake", "~> 13.2" gem "redis", "~> 5.4.1" diff --git a/Gemfile.lock b/Gemfile.lock index 14559cc9c..c4b31f4f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -146,7 +146,7 @@ GEM method_source (~> 1.0) reline (>= 0.6.0) public_suffix (7.0.5) - puma (7.2.0) + puma (8.0.2) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -299,7 +299,7 @@ DEPENDENCIES parallel (~> 1.27) pg (~> 1.6) pry (~> 0.16.0) - puma (~> 7.2) + puma (~> 8.0) rack-test (~> 2.2.0) rackup (~> 2.1) rake (~> 13.2)