From c36f2485567778af7a8444938cd0870916d4b291 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Tue, 19 Feb 2019 22:15:30 +0100 Subject: [PATCH] bump Rubocop --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d4ef7a66..a5e73b39 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ group :test do gem "nokogiri", "~> 1.7" gem "rspec" gem "rspec-mocks" - gem "rubocop", "~> 0.64.0" + gem "rubocop", "~> 0.65.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__)