diff options
| author | Markus Reiter | 2016-09-21 09:59:45 +0200 |
|---|---|---|
| committer | Markus Reiter | 2016-09-23 15:30:06 +0200 |
| commit | 21e0a7efb998b65c921885858969503513cad14b (patch) | |
| tree | 28fa654be1481cd65cb6fe47d9556ff97e0fee82 /Library/Homebrew/cmd | |
| parent | 4be3aff253d56b65067a747795a4c46d602fa0c1 (diff) | |
| download | brew-21e0a7efb998b65c921885858969503513cad14b.tar.bz2 | |
Update `rubocop` dependency to `0.43.0`.
Diffstat (limited to 'Library/Homebrew/cmd')
| -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 f28d50cc1..c598e9062 100644 --- a/Library/Homebrew/cmd/style.rb +++ b/Library/Homebrew/cmd/style.rb @@ -45,7 +45,7 @@ module Homebrew def check_style_impl(files, output_type, options = {}) fix = options[:fix] - Homebrew.install_gem_setup_path! "rubocop", "0.41.2" + Homebrew.install_gem_setup_path! "rubocop", "0.43.0" args = %W[ --force-exclusion |
