Move Rubocop gem to :test group in Gemfile

This commit is contained in:
Parker Moore 2016-05-12 14:33:48 -05:00
parent 419c670947
commit 3b021c6046
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@ gemspec :name => "jekyll"
gem "rake", "~> 11.0"
group :development do
gem "launchy", "~> 2.3"
gem "rubocop"
gem "pry"
unless RUBY_ENGINE == "jruby"
@ -15,6 +14,7 @@ end
#
group :test do
gem "rubocop"
gem "cucumber", "~> 2.1"
gem "jekyll_test_plugin"
gem "jekyll_test_plugin_malicious"