diff options
| author | Mike McQuaid | 2015-05-14 16:05:00 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-05-14 16:05:00 +0100 |
| commit | 0a2dd832b932d492c23d2a2b6d06baa3d5879e79 (patch) | |
| tree | 5a6a61aac58fe19d294477ec838c1cc107afc583 /Library/Homebrew/cmd/style.rb | |
| parent | 7d88c110f65973a8ba72955653acd5a05261ad94 (diff) | |
| download | brew-0a2dd832b932d492c23d2a2b6d06baa3d5879e79.tar.bz2 | |
Install specific Rubocop version.
Closes Homebrew/homebrew#39620.
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 3f78a85dc..7ca50e803 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" + Homebrew.install_gem_setup_path! "rubocop", "0.31.0" args = [ "--format", "simple", "--config", |
