From 439db399dd5b7bc7a30587c0a945d772b63d1d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 23:30:49 +0000 Subject: [PATCH] build(deps): bump rack from 2.2.8.1 to 2.2.23 in /appengine/hello_world Bumps [rack](https://github.com/rack/rack) from 2.2.8.1 to 2.2.23. - [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/v2.2.8.1...v2.2.23) --- updated-dependencies: - dependency-name: rack dependency-version: 2.2.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- appengine/hello_world/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/hello_world/Gemfile.lock b/appengine/hello_world/Gemfile.lock index eb79510b7..94c4ab490 100644 --- a/appengine/hello_world/Gemfile.lock +++ b/appengine/hello_world/Gemfile.lock @@ -4,7 +4,7 @@ GEM diff-lcs (1.5.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - rack (2.2.8.1) + rack (2.2.23) rack-protection (3.1.0) rack (~> 2.2, >= 2.2.4) rack-test (2.1.0)