From ec1a5259ac6b7ed8a8b01c2d2fd2c35cfb17e3ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:35:08 +0000 Subject: [PATCH] build(deps): bump puma from 7.0.4 to 8.0.0 Bumps [puma](https://github.com/puma/puma) from 7.0.4 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.0.4...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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2cddc1c37e..35b88aa2fc 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem "pg" # Use PostgreSQL as the database for Active Record gem "pghero" # PostgreSQL performance monitoring and query insights gem "pg_query" # PostgreSQL query parser gem "pretender" # Allows admins to impersonate users -gem "puma", "~> 7.0" # Use Puma as the app server +gem "puma", "~> 8.0" # Use Puma as the app server gem "pundit" # Authorization management based on user.role field gem "rack-attack" # Blocking & throttling abusive requests gem "rack-cors" # Cross-origin resource sharing diff --git a/Gemfile.lock b/Gemfile.lock index ce6a7bddd0..03b7ebd708 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -347,7 +347,7 @@ GEM timeout net-smtp (0.5.1) net-protocol - nio4r (2.7.4) + nio4r (2.7.5) nokogiri (1.19.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -434,7 +434,7 @@ GEM date stringio public_suffix (7.0.5) - puma (7.0.4) + puma (8.0.0) nio4r (~> 2.0) pundit (2.5.2) activesupport (>= 3.0.0) @@ -757,7 +757,7 @@ DEPENDENCIES prosopite pry pry-byebug - puma (~> 7.0) + puma (~> 8.0) pundit rack-attack rack-cors