From eaa75dfc40ebd61baf3499f12a95c32f907eb174 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Wed, 2 Jan 2019 14:40:08 +0530 Subject: [PATCH] Bump RuboCop to v0.62.x (#7449) Merge pull request 7449 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2570c0a3..66f11eda 100644 --- a/Gemfile +++ b/Gemfile @@ -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__)