From 76e29c87ec8da7f36bd8562e79be6997bd1d62fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:11:11 +0000 Subject: [PATCH] Bump rack from 2.2.6.4 to 2.2.19 in /sample-functions-framework-ruby Bumps [rack](https://github.com/rack/rack) from 2.2.6.4 to 2.2.19. - [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.19) --- updated-dependencies: - dependency-name: rack dependency-version: 2.2.19 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..f03553f 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.19) PLATFORMS x86_64-linux