From 48c148b7e328f3825827f1351ab9019e1d176bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:54:42 -0400 Subject: [PATCH] chore: bump rack from 2.2.6.4 to 2.2.8.1 in /examples/ruby/backend (#9328) Bumps [rack](https://github.com/rack/rack) from 2.2.6.4 to 2.2.8.1. - [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.8.1) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/ruby/backend/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ruby/backend/Gemfile.lock b/examples/ruby/backend/Gemfile.lock index 275106e21b0..485fb7422ce 100644 --- a/examples/ruby/backend/Gemfile.lock +++ b/examples/ruby/backend/Gemfile.lock @@ -4,7 +4,7 @@ GEM nio4r (2.7.0) puma (5.6.8) nio4r (~> 2.0) - rack (2.2.6.4) + rack (2.2.8.1) rack-unreloader (1.7.0) PLATFORMS