diff options
| author | Dominyk Tiller | 2015-06-24 21:15:20 +0100 |
|---|---|---|
| committer | Dominyk Tiller | 2015-06-25 00:12:18 +0100 |
| commit | 83d6c946afa57fd09415e19be53c80aae61e4b81 (patch) | |
| tree | 7470a15f18971370684575702df312d654034cd8 /Library/Homebrew/cmd/style.rb | |
| parent | 70695095456f7ad148e55e63e95ad9c20b65e599 (diff) | |
| download | brew-83d6c946afa57fd09415e19be53c80aae61e4b81.tar.bz2 | |
style: bump rubocop to 0.32.1
Closes Homebrew/homebrew#41049.
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 49999101c..b39a2d887 100644 --- a/Library/Homebrew/cmd/style.rb +++ b/Library/Homebrew/cmd/style.rb @@ -6,7 +6,7 @@ module Homebrew ARGV.formulae.map(&:path) end - Homebrew.install_gem_setup_path! "rubocop", "0.32.0" + Homebrew.install_gem_setup_path! "rubocop", "0.32.1" args = [ "--format", "simple", "--config", |
