From defb38865c2a9026fd89f020d9734bbf43929d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 06:54:08 +0000 Subject: [PATCH] Bump puma from 7.2.0 to 8.0.0 Bumps [puma](https://github.com/puma/puma) from 7.2.0 to 8.0.0. - [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.0) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.0 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 7844d56..cf3bd80 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'propshaft' # Use the Puma web server # [https://github.com/puma/puma] -gem 'puma', '~> 7.2' +gem 'puma', '~> 8.0' # Build JSON APIs with ease # [https://github.com/rails/jbuilder] diff --git a/Gemfile.lock b/Gemfile.lock index 7addfc4..cff1d91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -192,7 +192,7 @@ GEM date stringio public_suffix (7.0.2) - puma (7.2.0) + puma (8.0.0) nio4r (~> 2.0) racc (1.8.1) rack (3.2.5) @@ -326,7 +326,7 @@ DEPENDENCIES debug minitest (~> 6.0) propshaft - puma (~> 7.2) + puma (~> 8.0) rails (~> 8.1.2) rake (~> 13.0) rubocop (~> 1.84)