From d4ac962419f454ea057b6fa8938add612251a381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 02:57:34 +0000 Subject: [PATCH] Bump rack-test from 2.0.2 to 2.1.0 Bumps [rack-test](https://github.com/rack/rack-test) from 2.0.2 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/v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: rack-test dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 79fa713..3913b85 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,10 +8,10 @@ GEM mustermann (2.0.2) ruby2_keywords (~> 0.0.1) openssl (3.1.0) - rack (2.2.6.2) + rack (2.2.6.4) rack-protection (2.2.3) rack - rack-test (2.0.2) + rack-test (2.1.0) rack (>= 1.3) redis (4.5.1) rspec (3.12.0)