From c3e7333ca9acfc656e4486a15ea0ed67cf5f8716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 28 Feb 2018 03:12:03 +0000 Subject: [PATCH] Bump rack-test from 0.8.2 to 0.8.3 Bumps [rack-test](https://github.com/rack-test/rack-test) from 0.8.2 to 0.8.3. - [Release notes](https://github.com/rack-test/rack-test/releases/tag/v0.8.3) - [Changelog](https://github.com/rack-test/rack-test/blob/master/History.md) - [Commits](https://github.com/rack-test/rack-test/compare/v0.8.2...v0.8.3) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9d37ded2f..b7e8b7ee8 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", "~> 0.8" gem "rspec-html-matchers", "~> 0.7" gem "timecop", "~> 0.8" end diff --git a/Gemfile.lock b/Gemfile.lock index 96e90b77c..c3fe21d8f 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 (0.8.3) 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 (~> 0.8) rails (~> 5.2.0.rc1) rails-controller-testing rbnacl (< 4.0)