From 01a67dc3ef30ddcf9b0028b6dc4cbfc3e17c481d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 21:49:54 +0000 Subject: [PATCH] Bump rack from 2.2.6.4 to 2.2.14 in /sample-functions-framework-ruby Bumps [rack](https://github.com/rack/rack) from 2.2.6.4 to 2.2.14. - [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.14) --- updated-dependencies: - dependency-name: rack dependency-version: 2.2.14 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..ef9d6da 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.14) PLATFORMS x86_64-linux