From a0d5eafdae507e59853ad3d91b058cdb49e987ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:28:19 +0000 Subject: [PATCH] chore(deps): bump rack from 2.2.20 to 2.2.22 in /examples/ruby-api Bumps [rack](https://github.com/rack/rack) from 2.2.20 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.20...v2.2.22) --- updated-dependencies: - dependency-name: rack dependency-version: 2.2.22 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/ruby-api/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ruby-api/Gemfile.lock b/examples/ruby-api/Gemfile.lock index e89a8c42..c5291c32 100644 --- a/examples/ruby-api/Gemfile.lock +++ b/examples/ruby-api/Gemfile.lock @@ -8,7 +8,7 @@ GEM nio4r (2.7.3) puma (5.6.9) nio4r (~> 2.0) - rack (2.2.20) + rack (2.2.22) rack-protection (2.2.3) rack ruby2_keywords (0.0.5)