From 0bd9f0515d7c07af36df08e045376e80a29e3ebd Mon Sep 17 00:00:00 2001 From: Gabriel Rubens Date: Wed, 27 Nov 2019 15:48:26 -0300 Subject: [PATCH] Update rubocop (#7893) Merge pull request 7893 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0c10efc4..80ab3d7d 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ group :test do gem "nokogiri", "~> 1.7" gem "rspec" gem "rspec-mocks" - gem "rubocop", "~> 0.75.0" + gem "rubocop", "~> 0.76.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__)