From 1cc6fa2e05283849912f8bff17221d7bde3d2b0b Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 8 Jun 2015 23:11:58 +0100 Subject: [PATCH] style: bump rubocop to 0.32.0 Closes Homebrew/homebrew#40506. 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 7ca50e803f..49999101cf 100644 --- a/Library/Homebrew/cmd/style.rb +++ b/Library/Homebrew/cmd/style.rb @@ -6,7 +6,7 @@ module Homebrew ARGV.formulae.map(&:path) end - Homebrew.install_gem_setup_path! "rubocop", "0.31.0" + Homebrew.install_gem_setup_path! "rubocop", "0.32.0" args = [ "--format", "simple", "--config",