From 7082b962d94ee35c8fba19cd88e0298f9682e96a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 23:01:13 +0000 Subject: [PATCH] Bump puma from 6.6.0 to 7.0.1 in /my_api Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 7.0.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v6.6.0...v7.0.1) --- updated-dependencies: - dependency-name: puma dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- my_api/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_api/Gemfile.lock b/my_api/Gemfile.lock index d539991a..cf6a2b53 100644 --- a/my_api/Gemfile.lock +++ b/my_api/Gemfile.lock @@ -206,7 +206,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) public_suffix (6.0.2) - puma (6.6.0) + puma (7.0.1) nio4r (~> 2.0) racc (1.8.1) rack (2.2.17)