Skip to content

Commit

Permalink
Move Rubocop into test group
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjoshuahill committed Jan 29, 2020
1 parent 46df6e7 commit 1c15361
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
source 'https://rubygems.org'

gem 'rubocop', '0.71.0'

group :test do
gem 'rspec'
gem 'rubocop', '0.71.0'
gem 'simplecov', require: false
gem 'simplecov-console', require: false
end

0 comments on commit 1c15361

Please sign in to comment.