aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/style.rb
diff options
context:
space:
mode:
authorDominyk Tiller2015-06-08 23:11:58 +0100
committerMike McQuaid2015-06-09 09:20:57 +0100
commit1cc6fa2e05283849912f8bff17221d7bde3d2b0b (patch)
tree49e7d668f659549b322690b682b5ce07d5e6bef9 /Library/Homebrew/cmd/style.rb
parent8604799f1a320850ac564935265f414f93598599 (diff)
downloadbrew-1cc6fa2e05283849912f8bff17221d7bde3d2b0b.tar.bz2
style: bump rubocop to 0.32.0
Closes Homebrew/homebrew#40506. 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 7ca50e803..49999101c 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",