aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/style.rb
diff options
context:
space:
mode:
authorMike McQuaid2015-05-14 16:05:00 +0100
committerMike McQuaid2015-05-14 16:05:00 +0100
commit0a2dd832b932d492c23d2a2b6d06baa3d5879e79 (patch)
tree5a6a61aac58fe19d294477ec838c1cc107afc583 /Library/Homebrew/cmd/style.rb
parent7d88c110f65973a8ba72955653acd5a05261ad94 (diff)
downloadbrew-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.rb2
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",