From 0a00a785103b1e22626abaf41e5af2c4ee878f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 05:57:08 +0000 Subject: [PATCH] Bump rack-test from 1.1.0 to 2.1.0 Bumps [rack-test](https://github.com/rack/rack-test) from 1.1.0 to 2.1.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.1.0) --- updated-dependencies: - dependency-name: rack-test dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8f6726b..ce38a01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,11 +10,11 @@ GEM mustermann (1.1.1) ruby2_keywords (~> 0.0.1) power_assert (1.2.0) - rack (2.2.3) + rack (2.2.6.4) rack-protection (2.2.0) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-test (2.1.0) + rack (>= 1.3) ruby2_keywords (0.0.5) sinatra (2.2.0) mustermann (~> 1.0)