Move to the Rubocop Gem, they've 2.3+ support and TargetVersion deployed now.

Previously we relied on the Git version of Rubocop so that we could get 2.3+ and TargetVersion support in our .rubocop.yml, they have since updated stable and made this available to the general public.
This commit is contained in:
Jordon Bedwell 2016-04-26 19:19:53 -05:00
parent f535497d90
commit b45f575ffe
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ gemspec :name => "jekyll"
gem "rake", "~> 11.0"
group :development do
gem "launchy", "~> 2.3"
gem "rubocop", :branch => :master, :github => "bbatsov/rubocop"
gem "rubocop"
gem "pry"
unless RUBY_ENGINE == "jruby"