From cbe80acfb671be85b6f97ec9ac5d82c50efa2a89 Mon Sep 17 00:00:00 2001 From: Keith Pitty Date: Wed, 6 Mar 2019 07:36:16 +1100 Subject: [PATCH] Fix console warning This gets rid of the warning message that was appearing when the rails console was started as per https://github.com/guard/guard-rspec/issues/396. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 248bab6a..7bb14f6b 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ group :development, :test do gem 'pry-stack_explorer' gem 'awesome_print' gem 'rspec-rails' - gem 'guard-rspec' + gem 'guard-rspec', require: false gem 'growl' gem 'rake', '< 11.0' gem 'rails-controller-testing'