From 5bad096e0229c91ec73a1504bc49e40818a7e335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 00:42:00 +0000 Subject: [PATCH] Bump puma from 5.6.9 to 7.2.1 in /server 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] --- server/Gemfile | 2 +- server/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/Gemfile b/server/Gemfile index 34b4be8..5ac0264 100644 --- a/server/Gemfile +++ b/server/Gemfile @@ -5,4 +5,4 @@ source "https://rubygems.org" ruby "3.1.1" gem "sinatra", "~> 4.2" -gem "puma", "~> 5.6" +gem "puma", "~> 7.2" diff --git a/server/Gemfile.lock b/server/Gemfile.lock index d30539f..fd1c6f9 100644 --- a/server/Gemfile.lock +++ b/server/Gemfile.lock @@ -5,8 +5,8 @@ GEM logger (1.7.0) mustermann (3.0.4) ruby2_keywords (~> 0.0.1) - nio4r (2.7.3) - puma (5.6.9) + nio4r (2.7.5) + puma (7.2.1) nio4r (~> 2.0) rack (3.2.6) rack-protection (4.2.0) @@ -31,7 +31,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - puma (~> 5.6) + puma (~> 7.2) sinatra (~> 4.2) RUBY VERSION