From 01b9b541cba432d0a68e36d65ac3a3437354da71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 23:33:42 +0000 Subject: [PATCH] chore(deps): update dependency puma to v7 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 15eca34a3..7870ad4b5 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'omniauth-rails_csrf_protection', '~> 1.0', '>= 1.0.2' gem 'paper_trail', '~> 17.0.0' gem 'paranoia', '~> 3.1.0' gem 'pg', '~> 1.6.2' -gem 'puma', '~> 6.6.1' +gem 'puma', '~> 7.1.0' 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 97d05c8bd..b2f4fc2c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -342,7 +342,7 @@ GEM date stringio public_suffix (6.0.2) - puma (6.6.1) + puma (7.1.0) nio4r (~> 2.0) pundit (2.5.2) activesupport (>= 3.0.0) @@ -655,7 +655,7 @@ DEPENDENCIES pg (~> 1.6.2) pry-byebug (~> 3.11.0) pry-rails (~> 0.3.11) - puma (~> 6.6.1) + puma (~> 7.1.0) pundit (~> 2.5.2) rack-attack (~> 6.8.0) rails (~> 7.2.3)