diff options
| author | Dominyk Tiller | 2016-02-11 17:13:29 +0000 | 
|---|---|---|
| committer | Dominyk Tiller | 2016-02-13 02:16:17 +0000 | 
| commit | b389953f5b1b0ec98c069f155c280d60b94eeafb (patch) | |
| tree | 7796fe863b36dab5d3a468830d053f886df65a27 /Library/Homebrew/cmd/style.rb | |
| parent | 44453cf829e5f03b54898d1ca68411b812afadc0 (diff) | |
| download | brew-b389953f5b1b0ec98c069f155c280d60b94eeafb.tar.bz2 | |
style: update rubocop to 0.37.2
Closes Homebrew/homebrew#49084.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.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 dbfd9da1c..a84223200 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.36.0" +    Homebrew.install_gem_setup_path! "rubocop", "0.37.2"      args = [        "--format", "simple", "--force-exclusion", "--config", | 
