diff options
| author | Xu Cheng | 2015-08-06 15:40:19 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-08-06 17:23:55 +0800 |
| commit | 3f8ce5f1a95307a2a836afbbf51565d890ff676f (patch) | |
| tree | 130403df808878e96d84bf0f971e9039fc7dc5b1 /Library | |
| parent | 2c3084a0a26892d68b6af19f8996c6ce58a55f02 (diff) | |
| download | brew-3f8ce5f1a95307a2a836afbbf51565d890ff676f.tar.bz2 | |
update rubocop to 0.33.0
Diffstat (limited to 'Library')
| -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 6237103f9..4f334c826 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.32.1" + Homebrew.install_gem_setup_path! "rubocop", "0.33.0" args = [ "--format", "simple", "--force-exclusion", "--config", |
