From 5561e4aa42b6e1843b2a819f6252040d17f7b83c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 15:16:49 +0000 Subject: [PATCH] chore(deps): update dependency puma to v8 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7453c7c6e..7afb82174 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'omniauth-oauth2', '~> 1.9.0' gem 'paper_trail', '~> 17.0.0' gem 'paranoia', '~> 3.1.0' gem 'pg', '~> 1.6.3' -gem 'puma', '~> 7.2.0' +gem 'puma', '~> 8.0.2' gem 'pundit', '~> 2.5.2' gem 'rack-attack', '~> 6.8.0' gem 'rails', '~> 7.2.3' diff --git a/Gemfile.lock b/Gemfile.lock index 934366c31..9e5d4094f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,7 +363,7 @@ GEM date stringio public_suffix (6.0.2) - puma (7.2.1) + puma (8.0.2) nio4r (~> 2.0) pundit (2.5.2) activesupport (>= 3.0.0) @@ -650,7 +650,7 @@ DEPENDENCIES pg (~> 1.6.3) pry-byebug (~> 3.12.0) pry-rails (~> 0.3.11) - puma (~> 7.2.0) + puma (~> 8.0.2) pundit (~> 2.5.2) rack-attack (~> 6.8.0) rails (~> 7.2.3)