Bump RuboCop to v0.62.x (#7449)

Merge pull request 7449
This commit is contained in:
Ashwin Maroli 2019-01-02 14:40:08 +05:30 committed by jekyllbot
parent d13ad84aa7
commit eaa75dfc40
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ group :test do
gem "nokogiri", "~> 1.7"
gem "rspec"
gem "rspec-mocks"
gem "rubocop", "~> 0.61.0"
gem "rubocop", "~> 0.62.0"
gem "test-dependency-theme", :path => File.expand_path("test/fixtures/test-dependency-theme", __dir__)
gem "test-theme", :path => File.expand_path("test/fixtures/test-theme", __dir__)
gem "test-theme-symlink", :path => File.expand_path("test/fixtures/test-theme-symlink", __dir__)