Bump RuboCop to v0.69.x (#7656)

Merge pull request 7656
This commit is contained in:
Ashwin Maroli 2019-05-15 21:15:54 +05:30 committed by jekyllbot
parent 12c074303e
commit c763460943
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ group :test do
gem "nokogiri", "~> 1.7"
gem "rspec"
gem "rspec-mocks"
gem "rubocop", "~> 0.68.0"
gem "rubocop", "~> 0.69.0"
gem "rubocop-performance"
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__)