From 3aada3b0b9f1e4896e4b934b2ea4e07557344591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 04:48:59 +0000 Subject: [PATCH] Bump rack from 2.0.3 to 2.2.3 in /test_apps/test_app_rails_5_1 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] --- test_apps/test_app_rails_5_1/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_apps/test_app_rails_5_1/Gemfile.lock b/test_apps/test_app_rails_5_1/Gemfile.lock index deb4eb7..6820c64 100644 --- a/test_apps/test_app_rails_5_1/Gemfile.lock +++ b/test_apps/test_app_rails_5_1/Gemfile.lock @@ -5,8 +5,6 @@ PATH actionpack (>= 4.0) base32 rails (>= 4.0) - shoulda-kept-assign-to (1.1.0) - shoulda-matchers (>= 2.1.0) GEM remote: https://rubygems.org/ @@ -106,7 +104,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.7.0) rack (>= 1.0, < 3) rails (5.1.4) @@ -152,6 +150,8 @@ GEM shoulda-context (~> 1.0, >= 1.0.1) shoulda-matchers (>= 1.4.1, < 3.0) shoulda-context (1.2.2) + shoulda-kept-assign-to (1.1.0) + shoulda-matchers (>= 2.1.0) shoulda-matchers (2.8.0) activesupport (>= 3.0.0) sixarm_ruby_unaccent (1.2.0)