diff --git a/Gemfile b/Gemfile index b3ff23bfe7c..f4fbebf7dab 100644 --- a/Gemfile +++ b/Gemfile @@ -275,6 +275,7 @@ group :development do gem 'spring' gem 'spring-commands-rspec' + gem 'spring-commands-rubocop' gem 'colored2' diff --git a/Gemfile.lock b/Gemfile.lock index 93ed417d73f..d0d66d51df3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -913,6 +913,8 @@ GEM spring (4.1.1) spring-commands-rspec (1.0.4) spring (>= 0.9.1) + spring-commands-rubocop (0.4.0) + spring (>= 1.0) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -1155,6 +1157,7 @@ DEPENDENCIES shoulda-matchers (~> 5.0) spring spring-commands-rspec + spring-commands-rubocop sprockets (~> 3.7.2) sprockets-rails (~> 3.4.2) stackprof