From b8ed79f6025d8cd7340afa0f55b0e027a4d44a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:21:01 +0000 Subject: [PATCH] Bump rack from 2.2.4 to 2.2.18 in /connect-examples/oauth/ruby Bumps [rack](https://github.com/rack/rack) from 2.2.4 to 2.2.18. - [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/2.2.4...v2.2.18) --- updated-dependencies: - dependency-name: rack dependency-version: 2.2.18 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- connect-examples/oauth/ruby/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect-examples/oauth/ruby/Gemfile.lock b/connect-examples/oauth/ruby/Gemfile.lock index 63cf63b2..d1d86c88 100644 --- a/connect-examples/oauth/ruby/Gemfile.lock +++ b/connect-examples/oauth/ruby/Gemfile.lock @@ -89,7 +89,7 @@ GEM nokogiri (1.13.8-x86_64-darwin) racc (~> 1.4) racc (1.6.0) - rack (2.2.4) + rack (2.2.18) rack-protection (3.1.0) rack (~> 2.2, >= 2.2.4) rack-test (2.0.2)