From 3bc42c35603a88d317a59b34b8a6f5cff83472bf Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 10 Oct 2020 16:05:59 +0000 Subject: [PATCH] Update rails-controller-testing to version 1.0.5 --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bcddae6cf..b727d029c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -232,10 +232,10 @@ GEM bundler (>= 1.3.0) railties (= 5.2.4.4) sprockets-rails (>= 2.0.0) - rails-controller-testing (1.0.4) - actionpack (>= 5.0.1.x) - actionview (>= 5.0.1.x) - activesupport (>= 5.0.1.x) + rails-controller-testing (1.0.5) + actionpack (>= 5.0.1.rc1) + actionview (>= 5.0.1.rc1) + activesupport (>= 5.0.1.rc1) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6)