From 38b64fc9e9d7a6a9fb0b2e4c733a05605697d43c Mon Sep 17 00:00:00 2001 From: Luis Enrique Perez Alvarez Date: Wed, 23 Jan 2019 02:05:43 -0500 Subject: [PATCH] Update rubocop to ~> 0.63.1 (#7489) Merge pull request 7489 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5ae23a35..ff556532 100644 --- a/Gemfile +++ b/Gemfile @@ -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__)