Skip to content

Commit

Permalink
Fix console warning
Browse files Browse the repository at this point in the history
This gets rid of the warning message that was appearing when the rails
console was started as per
guard/guard-rspec#396.
  • Loading branch information
keithpitty committed Mar 5, 2019
1 parent 083cf67 commit cbe80ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit cbe80ac

Please sign in to comment.