diff options
| author | Dominyk Tiller | 2015-06-08 23:11:58 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-06-09 09:20:57 +0100 |
| commit | 1cc6fa2e05283849912f8bff17221d7bde3d2b0b (patch) | |
| tree | 49e7d668f659549b322690b682b5ce07d5e6bef9 /Library/Homebrew/cmd/style.rb | |
| parent | 8604799f1a320850ac564935265f414f93598599 (diff) | |
| download | brew-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.rb | 2 |
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", |
