From 51f3a3c1e3cfbac79366dae06c010ec52510e384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:02:58 +0000 Subject: [PATCH] chore(deps): bump rack from 2.2.18 to 2.2.19 in /tests/apps/ruby Bumps [rack](https://github.com/rack/rack) from 2.2.18 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.18...v2.2.19) --- updated-dependencies: - dependency-name: rack dependency-version: 2.2.19 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- tests/apps/ruby/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/apps/ruby/Gemfile.lock b/tests/apps/ruby/Gemfile.lock index e8c03a69716..16be2d061cd 100644 --- a/tests/apps/ruby/Gemfile.lock +++ b/tests/apps/ruby/Gemfile.lock @@ -7,7 +7,7 @@ GEM logger (1.7.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - rack (2.2.18) + rack (2.2.19) rack-protection (3.2.0) base64 (>= 0.1.0) rack (~> 2.2, >= 2.2.4)