Update rubocop to ~> 0.63.1 (#7489)

Merge pull request 7489
This commit is contained in:
Luis Enrique Perez Alvarez 2019-01-23 02:05:43 -05:00 committed by jekyllbot
parent 79b7b9ac02
commit 38b64fc9e9
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.62.0"
gem "rubocop", "~> 0.63.1"
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__)