From 247d64bda956237aa63b908d4e24c9bf7d345cb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:40:53 +0000 Subject: [PATCH] build(deps): bump rack in /appengine/standard-hello_world Bumps [rack](https://github.com/rack/rack) from 3.1.17 to 3.1.20. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v3.1.17...v3.1.20) --- updated-dependencies: - dependency-name: rack dependency-version: 3.1.20 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- appengine/standard-hello_world/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/standard-hello_world/Gemfile.lock b/appengine/standard-hello_world/Gemfile.lock index 65efd088b..768c64657 100644 --- a/appengine/standard-hello_world/Gemfile.lock +++ b/appengine/standard-hello_world/Gemfile.lock @@ -9,7 +9,7 @@ GEM nio4r (2.7.4) puma (6.6.0) nio4r (~> 2.0) - rack (3.1.17) + rack (3.1.20) rack-protection (4.1.0) base64 (>= 0.1.0) logger (>= 1.6.0)