From 2562e8ed6def5a196e3d6486a2f7fe5280691f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 13:26:55 +0000 Subject: [PATCH] Update rack-test requirement from ~> 1.1 to ~> 2.1 Updates the requirements on [rack-test](https://github.com/rack/rack-test) to permit the latest version. - [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:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a3251747..fa3f0949 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gemspec gem "aruba", ">= 0.14" gem "citrus", "~> 3.0" gem "octokit", "<= 4.22" # 4.22 secretly requires faraday >= 1.0 -gem "rack-test", "~> 1.1" +gem "rack-test", "~> 2.1" gem "rake", "~> 12.3" gem "redis", "~> 3.3" gem "rspec", "~> 3.3"