From 740cd0fca81f54d8d00405654a6021eccde6dca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 28 Mar 2018 03:12:38 +0000 Subject: [PATCH] Bump rack-test from 0.8.2 to 1.0.0 Bumps [rack-test](https://github.com/rack-test/rack-test) from 0.8.2 to 1.0.0. - [Release notes](https://github.com/rack-test/rack-test/releases) - [Changelog](https://github.com/rack-test/rack-test/blob/master/History.md) - [Commits](https://github.com/rack-test/rack-test/compare/v0.8.2...v1.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9d37ded2f..9b9ccc6ec 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ group :development, :test do gem 'chromedriver-helper' gem 'capybara-screenshot' - gem "rack-test", "~> 0.6" + gem "rack-test", "~> 1.0" gem "rspec-html-matchers", "~> 0.7" gem "timecop", "~> 0.8" end diff --git a/Gemfile.lock b/Gemfile.lock index 96e90b77c..a3a2af92b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -223,7 +223,7 @@ GEM rack (2.0.4) rack-protection (2.0.1) rack - rack-test (0.8.2) + rack-test (1.0.0) rack (>= 1.0, < 3) rails (5.2.0.rc1) actioncable (= 5.2.0.rc1) @@ -418,7 +418,7 @@ DEPENDENCIES pg (~> 0.18) pry-rails puma (~> 3.11) - rack-test (~> 0.6) + rack-test (~> 1.0) rails (~> 5.2.0.rc1) rails-controller-testing rbnacl (< 4.0)