Skip to content

Commit

Permalink
Move rubocop gem into test group
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjoshuahill committed Dec 6, 2019
1 parent 7b64a68 commit 6d0ed26
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
@@ -1,10 +1,10 @@
source 'https://rubygems.org'

gem 'rake'
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 6d0ed26

Please sign in to comment.