From 7567893be6a152b3d2b00271d4ea798aa9fe1ec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 03:27:17 +0000 Subject: [PATCH] Bump rack from 2.0.8 to 3.0.9.1 Bumps [rack](https://github.com/rack/rack) from 2.0.8 to 3.0.9.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/2.0.8...v3.0.9.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3d8a0ce..41f2b47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,9 +30,9 @@ GEM nokogiri (1.10.7) mini_portile2 (~> 2.4.0) public_suffix (4.0.3) - rack (2.0.8) - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack (3.0.9.1) + rack-test (2.1.0) + rack (>= 1.3) rake (10.5.0) regexp_parser (1.6.0) thread_safe (0.3.6)