From 9dc461cb9f05a7f09c822ef9a45f5cace919e4c4 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Wed, 9 Sep 2015 15:58:33 +0100 Subject: [PATCH] style: update rubocop --- Library/Homebrew/cmd/style.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/cmd/style.rb b/Library/Homebrew/cmd/style.rb index 2b7e307b2c..017c401510 100644 --- a/Library/Homebrew/cmd/style.rb +++ b/Library/Homebrew/cmd/style.rb @@ -8,11 +8,11 @@ module Homebrew ARGV.formulae.map(&:path) end - Homebrew.install_gem_setup_path! "rubocop", "0.34.0" + Homebrew.install_gem_setup_path! "rubocop", "0.34.1" args = [ "--format", "simple", "--force-exclusion", "--config", - "#{HOMEBREW_LIBRARY}/.rubocop.yml" + "#{HOMEBREW_LIBRARY}/.rubocop.yml", ] args << "--auto-correct" if ARGV.homebrew_developer? && ARGV.flag?("--fix")