From c4ceaabfc19bedc70be53f2df2be7546bb9286e8 Mon Sep 17 00:00:00 2001 From: Tomasz Pajor Date: Sun, 6 Sep 2015 19:45:50 +0200 Subject: [PATCH] style: update to rubocop 0.34.0. Closes Homebrew/homebrew#43650. Signed-off-by: Mike McQuaid --- 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 4f334c826f..2b7e307b2c 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.33.0" + Homebrew.install_gem_setup_path! "rubocop", "0.34.0" args = [ "--format", "simple", "--force-exclusion", "--config",