From 2c45173ed1c40286376734583977d291c6008e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 02:44:39 +0000 Subject: [PATCH] Bump rack in /ruby-on-rails in the bundler group across 1 directory Bumps the bundler group with 1 update in the /ruby-on-rails directory: [rack](https://github.com/rack/rack). Updates `rack` from 2.2.11 to 2.2.13 - [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.11...v2.2.13) --- updated-dependencies: - dependency-name: rack dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- ruby-on-rails/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-on-rails/Gemfile.lock b/ruby-on-rails/Gemfile.lock index 478f2e8..eb7d0d7 100644 --- a/ruby-on-rails/Gemfile.lock +++ b/ruby-on-rails/Gemfile.lock @@ -153,7 +153,7 @@ GEM puma (5.6.9) nio4r (~> 2.0) racc (1.8.1) - rack (2.2.11) + rack (2.2.13) rack-session (1.0.2) rack (< 3) rack-test (2.2.0)