From 0e81a2da864fedcf22e98d82e5ef73aa5b6712b6 Mon Sep 17 00:00:00 2001 From: Benjamin Neff <benjamin@coding4coffee.ch> Date: Mon, 28 Jun 2021 00:22:48 +0200 Subject: [PATCH] Bump rails-controller-testing --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 21ee7865fb..6446ece891 100644 --- a/Gemfile +++ b/Gemfile @@ -303,5 +303,5 @@ group :development, :test do gem "sinon-rails", "1.15.0" # For `assigns` in controller specs - gem "rails-controller-testing", "1.0.4" + gem "rails-controller-testing", "1.0.5" end diff --git a/Gemfile.lock b/Gemfile.lock index caf11fc180..01f0b15ff0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -583,10 +583,10 @@ GEM rails-assets-markdown-it-sup (1.0.0) rails-assets-underscore (1.9.1) rails-assets-utatti-perfect-scrollbar (1.4.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) @@ -895,7 +895,7 @@ DEPENDENCIES rails-assets-markdown-it-sub (= 1.0.0)! rails-assets-markdown-it-sup (= 1.0.0)! rails-assets-utatti-perfect-scrollbar (= 1.4.0)! - rails-controller-testing (= 1.0.4) + rails-controller-testing (= 1.0.5) rails-i18n (= 5.1.3) rails-timeago (= 2.18.0) redcarpet (= 3.5.1) -- GitLab