Install Bundler <2.
Newer versions require the systems RubyGems to be updated.
This commit is contained in:
parent
8144667a71
commit
5b7404a0d2
@ -86,7 +86,7 @@ module Homebrew
|
||||
ENV["GIT_#{role}_DATE"] = "Sun Jan 22 19:59:13 2017 +0000"
|
||||
end
|
||||
|
||||
Homebrew.install_gem_setup_path! "bundler"
|
||||
Homebrew.install_gem_setup_path! "bundler", "<2"
|
||||
system "bundle", "install" unless quiet_system("bundle", "check")
|
||||
|
||||
parallel = true
|
||||
|
||||
@ -17,7 +17,7 @@ module Homebrew
|
||||
switch :debug
|
||||
end.parse
|
||||
|
||||
Homebrew.install_gem_setup_path! "bundler"
|
||||
Homebrew.install_gem_setup_path! "bundler", "<2"
|
||||
|
||||
ohai "cd #{HOMEBREW_LIBRARY_PATH}/vendor"
|
||||
(HOMEBREW_LIBRARY_PATH/"vendor").cd do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user