From f4f631be9213c286e2b35f4a00d3b74d99d9f7b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:02:34 +0000 Subject: [PATCH] chore(deps-dev): bump rack-test from 2.1.0 to 2.2.0 Bumps [rack-test](https://github.com/rack/rack-test) from 2.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/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: rack-test dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4060754..3b98540 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,7 @@ GEM netrc (0.11.0) public_suffix (5.0.1) rack (3.1.8) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) rake (13.2.1) redcarpet (3.6.0)