From b389953f5b1b0ec98c069f155c280d60b94eeafb Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 11 Feb 2016 17:13:29 +0000 Subject: [PATCH] style: update rubocop to 0.37.2 Closes Homebrew/homebrew#49084. Signed-off-by: Dominyk Tiller --- 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 dbfd9da1c8..a84223200c 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.36.0" + Homebrew.install_gem_setup_path! "rubocop", "0.37.2" args = [ "--format", "simple", "--force-exclusion", "--config",