From 4296ec63ebe547466338a1df327a2069533bb5ec Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Tue, 10 Nov 2015 19:21:37 +0000 Subject: [PATCH] rubocop: update to 0.35.1 --- Library/Homebrew/cmd/style.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/style.rb b/Library/Homebrew/cmd/style.rb index 2e022ad1ae..38e3bcab89 100644 --- a/Library/Homebrew/cmd/style.rb +++ b/Library/Homebrew/cmd/style.rb @@ -8,7 +8,7 @@ module Homebrew ARGV.formulae.map(&:path) end - Homebrew.install_gem_setup_path! "rubocop", "0.34.2" + Homebrew.install_gem_setup_path! "rubocop", "0.35.1" args = [ "--format", "simple", "--force-exclusion", "--config",