From 818441c8d9403e2ad8080975ab98965564906a38 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Fri, 24 May 2019 13:20:45 +0530 Subject: [PATCH] Bump RuboCop to v0.70.x (#7678) Merge pull request 7678 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 37fd916f..33faafb0 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ group :test do gem "nokogiri", "~> 1.7" gem "rspec" gem "rspec-mocks" - gem "rubocop", "~> 0.69.0" + gem "rubocop", "~> 0.70.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__)