From 83d6c946afa57fd09415e19be53c80aae61e4b81 Mon Sep 17 00:00:00 2001
From: Dominyk Tiller <dominyktiller@gmail.com>
Date: Wed, 24 Jun 2015 21:15:20 +0100
Subject: [PATCH] style: bump rubocop to 0.32.1

Closes Homebrew/homebrew#41049.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
---
 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 49999101cf..b39a2d8878 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.32.0"
+    Homebrew.install_gem_setup_path! "rubocop", "0.32.1"
 
     args = [
       "--format", "simple", "--config",
-- 
GitLab