From 8de00c67b140b406d69624ea3b675f1d4f119a06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 05:04:38 +0000 Subject: [PATCH] Bump rack-test from 1.1.0 to 2.0.2 Bumps [rack-test](https://github.com/rack/rack-test) from 1.1.0 to 2.0.2. - [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.0.2) --- 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..32aa99b 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.3.1) rack-protection (2.2.0) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-test (2.0.2) + rack (>= 1.3) ruby2_keywords (0.0.5) sinatra (2.2.0) mustermann (~> 1.0)