From 62e89b7492f7be2d7da07a57bf4cc8bae61d20f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 05:11:55 +0000 Subject: [PATCH] chore(deps): bump puma from 7.0.4 to 7.1.0 Bumps [puma](https://github.com/puma/puma) from 7.0.4 to 7.1.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...v7.1.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 11b3d431c..186f7cf03 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'fog-aws' # Database adapter for PostgreSQL gem 'pg', '>= 0.18', '< 2.0' # Puma as the app server -gem 'puma', '~> 7.0' +gem 'puma', '~> 7.1' # Pundit for authorization, custom fork for Better Together gem 'pundit-resources', '~> 1.1.4', github: 'better-together-org/pundit-resources' diff --git a/Gemfile.lock b/Gemfile.lock index 6776b9308..caea1f172 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -527,7 +527,7 @@ GEM i18n (>= 0.5.0) railties (>= 6.1.0) public_suffix (6.0.1) - puma (7.0.4) + puma (7.1.0) nio4r (~> 2.0) pundit (2.5.2) activesupport (>= 3.0.0) @@ -866,7 +866,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.10) pg (>= 0.18, < 2.0) pry - puma (~> 7.0) + puma (~> 7.1) pundit-resources (~> 1.1.4)! rack-mini-profiler rack-protection