From 87769ee970c71e757ccc5637f315a93c2e0cb141 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 24 Sep 2015 02:18:50 +0100 Subject: [PATCH] style: update rubocop to 0.34.2 --- 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 017c401510..2e022ad1ae 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.1" + Homebrew.install_gem_setup_path! "rubocop", "0.34.2" args = [ "--format", "simple", "--force-exclusion", "--config",