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:
parent
f535497d90
commit
b45f575ffe
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ gemspec :name => "jekyll"
|
||||||
gem "rake", "~> 11.0"
|
gem "rake", "~> 11.0"
|
||||||
group :development do
|
group :development do
|
||||||
gem "launchy", "~> 2.3"
|
gem "launchy", "~> 2.3"
|
||||||
gem "rubocop", :branch => :master, :github => "bbatsov/rubocop"
|
gem "rubocop"
|
||||||
gem "pry"
|
gem "pry"
|
||||||
|
|
||||||
unless RUBY_ENGINE == "jruby"
|
unless RUBY_ENGINE == "jruby"
|
||||||
|
|
Loading…
Reference in New Issue