Merge pull request #2893 from MikeMcQuaid/unpin-bundler
tests: unpin bundler.
This commit is contained in:
commit
f7c254dc33
@ -53,10 +53,7 @@ module Homebrew
|
|||||||
ENV["GIT_#{role}_DATE"] = "Sun Jan 22 19:59:13 2017 +0000"
|
ENV["GIT_#{role}_DATE"] = "Sun Jan 22 19:59:13 2017 +0000"
|
||||||
end
|
end
|
||||||
|
|
||||||
# TODO: unpin this version when this error no longer shows:
|
Homebrew.install_gem_setup_path! "bundler"
|
||||||
# bundler-1.15.0/lib/bundler/shared_helpers.rb:25:
|
|
||||||
# stack level too deep (SystemStackError)
|
|
||||||
Homebrew.install_gem_setup_path! "bundler", "1.14.6"
|
|
||||||
system "bundle", "install" unless quiet_system("bundle", "check")
|
system "bundle", "install" unless quiet_system("bundle", "check")
|
||||||
|
|
||||||
parallel = true
|
parallel = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user