From e6d31b095b52c5a221159b2c06e51172c75fc1f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 04:41:30 +0000 Subject: [PATCH] Bump rack from 2.0.3 to 2.2.3 in /spec/support/rails_app Bumps [rack](https://github.com/rack/rack) from 2.0.3 to 2.2.3. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.0.3...2.2.3) Signed-off-by: dependabot[bot] --- spec/support/rails_app/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/rails_app/Gemfile.lock b/spec/support/rails_app/Gemfile.lock index d522eaf..f73e476 100644 --- a/spec/support/rails_app/Gemfile.lock +++ b/spec/support/rails_app/Gemfile.lock @@ -58,7 +58,7 @@ GEM nio4r (2.1.0) nokogiri (1.8.0) mini_portile2 (~> 2.2.0) - rack (2.0.3) + rack (2.2.3) rack-test (0.6.3) rack (>= 1.0) rails (5.1.2)