diff options
| author | Martin Afanasjew | 2016-05-31 21:33:58 +0200 |
|---|---|---|
| committer | Martin Afanasjew | 2016-06-01 09:34:58 +0200 |
| commit | 8b97a00036124da6a0bcc23dbd76c411600b2377 (patch) | |
| tree | bdfb9b92ecb6c0535024bcb140939c856e5c2c86 /Library | |
| parent | b9552a5fbf3772b408cdb25c3a545bb1444ba8ff (diff) | |
| download | brew-8b97a00036124da6a0bcc23dbd76c411600b2377.tar.bz2 | |
style: use RuboCop 0.40
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 0f089b8ae..2356a031b 100644 --- a/Library/Homebrew/cmd/style.rb +++ b/Library/Homebrew/cmd/style.rb @@ -47,7 +47,7 @@ module Homebrew def check_style_impl(files, output_type, options = {}) fix = options[:fix] - Homebrew.install_gem_setup_path! "rubocop", "0.39" + Homebrew.install_gem_setup_path! "rubocop", "0.40" args = %W[ --force-exclusion |
