From 5842cd4d00273c7cf347d83d0d800ae4b0f4569c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 19:27:18 +0000 Subject: [PATCH] Bump rack from 2.2.6.4 to 2.2.22 in /sample-functions-framework-ruby Bumps [rack](https://github.com/rack/rack) from 2.2.6.4 to 2.2.22. - [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.22) --- updated-dependencies: - dependency-name: rack dependency-version: 2.2.22 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..e53367b 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.22) PLATFORMS x86_64-linux