aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/style.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-05-07 17:28:39 +0100
committerMike McQuaid2017-05-07 17:28:39 +0100
commit57db2e539eaa5fbae351963265312bd24ed08f6b (patch)
treec7f61167ec6e0599a16a80986acafd2da1938b0b /Library/Homebrew/cmd/style.rb
parente1bbab6ca6c8f96bb53fee9af3f0c01edd2d2f94 (diff)
downloadbrew-57db2e539eaa5fbae351963265312bd24ed08f6b.tar.bz2
Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems"
This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d.
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 48ec3ee2e..cf41d91ee 100644
--- a/Library/Homebrew/cmd/style.rb
+++ b/Library/Homebrew/cmd/style.rb
@@ -65,7 +65,7 @@ module Homebrew
def check_style_impl(files, output_type, options = {})
fix = options[:fix]
- Homebrew.run_bundler_if_needed!
+ Homebrew.install_gem_setup_path! "rubocop", HOMEBREW_RUBOCOP_VERSION
require "rubocop"
require_relative "../rubocops"