From fa5e715c036a6a1dcd9b315617a1db83492c0e6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 16:28:08 +0000 Subject: [PATCH] Bump rack from 2.0.3 to 2.0.7 in /spec/support/rails_app Bumps [rack](https://github.com/rack/rack) from 2.0.3 to 2.0.7. - [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.0.7) 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..71c045a 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.0.7) rack-test (0.6.3) rack (>= 1.0) rails (5.1.2)