aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/style.rb
diff options
context:
space:
mode:
authorTomasz Pajor2015-09-06 19:45:50 +0200
committerMike McQuaid2015-09-08 15:08:46 +0100
commitc4ceaabfc19bedc70be53f2df2be7546bb9286e8 (patch)
treef71544d07445bced05f693f9d5c86add4a525239 /Library/Homebrew/cmd/style.rb
parent8a1495ef408516639b9b199f461cf5616c6535bb (diff)
downloadbrew-c4ceaabfc19bedc70be53f2df2be7546bb9286e8.tar.bz2
style: update to rubocop 0.34.0.
Closes Homebrew/homebrew#43650. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew/cmd/style.rb')
-rw-r--r--Library/Homebrew/cmd/style.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/style.rb b/Library/Homebrew/cmd/style.rb
index 4f334c826..2b7e307b2 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.33.0"
+ Homebrew.install_gem_setup_path! "rubocop", "0.34.0"
args = [
"--format", "simple", "--force-exclusion", "--config",