diff options
| author | Tomasz Pajor | 2015-09-06 19:45:50 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2015-09-08 15:08:46 +0100 |
| commit | c4ceaabfc19bedc70be53f2df2be7546bb9286e8 (patch) | |
| tree | f71544d07445bced05f693f9d5c86add4a525239 /Library/Homebrew/cmd/style.rb | |
| parent | 8a1495ef408516639b9b199f461cf5616c6535bb (diff) | |
| download | brew-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.rb | 2 |
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", |
