From ffa77b145ee81c1c07e6e6d7bb3b45d0a3630758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:10:50 +0000 Subject: [PATCH] Bump puma from 6.5.0 to 7.2.1 in /demo Bumps [puma](https://github.com/puma/puma) from 6.5.0 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/v6.5.0...v7.2.1) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index dda65b7..5daa89e 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -26,12 +26,12 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - nio4r (2.7.4) + nio4r (2.7.5) parallel (1.26.3) parser (3.3.6.0) ast (~> 2.4.1) racc - puma (6.5.0) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (3.1.21)