From 170a71bd5e391f9e710ab9036cd44bdba577e2e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 02:57:43 +0000 Subject: [PATCH] Bump rack from 2.0.6 to 3.0.9.1 Bumps [rack](https://github.com/rack/rack) from 2.0.6 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.6...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 ed1d93e..fcb4f87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,9 +45,9 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.0.3) - rack (2.0.6) - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack (3.0.9.1) + rack-test (2.1.0) + rack (>= 1.3) rake (12.3.2) regexp_parser (1.3.0) rspec (3.8.0)