From cc18c381132dccdc71ef9b72d6d523d7302923b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 13:30:46 +0000 Subject: [PATCH] Bump rack-test from 1.1.0 to 2.2.0 Bumps [rack-test](https://github.com/rack/rack-test) from 1.1.0 to 2.2.0. - [Release notes](https://github.com/rack/rack-test/releases) - [Changelog](https://github.com/rack/rack-test/blob/main/History.md) - [Commits](https://github.com/rack/rack-test/compare/v1.1.0...v2.2.0) --- updated-dependencies: - dependency-name: rack-test dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6b89fd2e..0dafdef9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,8 +44,8 @@ GEM rack (1.6.13) rack-protection (1.5.5) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-test (2.2.0) + rack (>= 1.3) raindrops (0.19.1) rake (13.0.6) rb-readline (0.5.5)