From e0d99727b0912f4d79580d9f08c06f655d2a406c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 19:24:23 +0000 Subject: [PATCH] Bump rack from 2.2.6.4 to 2.2.20 in /sample-functions-framework-ruby Bumps [rack](https://github.com/rack/rack) from 2.2.6.4 to 2.2.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/v2.2.6.4...v2.2.20) --- updated-dependencies: - dependency-name: rack dependency-version: 2.2.20 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- sample-functions-framework-ruby/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-functions-framework-ruby/Gemfile.lock b/sample-functions-framework-ruby/Gemfile.lock index 5b11279..c89ab5d 100644 --- a/sample-functions-framework-ruby/Gemfile.lock +++ b/sample-functions-framework-ruby/Gemfile.lock @@ -9,7 +9,7 @@ GEM nio4r (2.5.9) puma (5.6.7) nio4r (~> 2.0) - rack (2.2.6.4) + rack (2.2.20) PLATFORMS x86_64-linux