From ddcbb76ba1be462a12765c49d99e6ab3b495d9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 22:49:35 +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 d3f3895..9cf20c8 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "propshaft", "~> 1.0" gem "pg" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 7.0" +gem "puma", "~> 8.0" # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] gem "turbo-rails", "~> 2.0.3" diff --git a/Gemfile.lock b/Gemfile.lock index a5973ff..01b14b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -299,7 +299,7 @@ GEM date stringio public_suffix (7.0.5) - puma (7.2.0) + puma (8.0.0) nio4r (~> 2.0) pundit (2.5.2) activesupport (>= 3.0.0) @@ -505,7 +505,7 @@ DEPENDENCIES pagy (~> 43) pg propshaft (~> 1.0) - puma (~> 7.0) + puma (~> 8.0) pundit rack-attack rails (~> 8.1)