From 0da76f7062b79e023998f4345b18d31759e5f609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 00:44:57 +0000 Subject: [PATCH] Bump puma from 5.6.9 to 7.2.1 Bumps [puma](https://github.com/puma/puma) from 5.6.9 to 7.2.1. - [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/v5.6.9...v7.2.1) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 33b7678b..67812d19 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'miga-base', '~> 1.3' gem 'mutex_m' gem 'pdf-reader' gem 'pg' -gem 'puma', '~> 5.6' +gem 'puma', '~> 7.2' gem 'rails', '~> 6.1' gem 'rack-attack' gem 'rack-cors' diff --git a/Gemfile.lock b/Gemfile.lock index 6e982439..44ee8df2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -252,7 +252,7 @@ GEM date stringio public_suffix (7.0.5) - puma (5.6.9) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (2.2.23) @@ -495,7 +495,7 @@ DEPENDENCIES mutex_m pdf-reader pg - puma (~> 5.6) + puma (~> 7.2) rack-attack rack-cors rails (~> 6.1)