tests: unpin bundler.

These issues were fixed by https://github.com/Homebrew/brew/pull/2872
and https://github.com/Homebrew/brew/pull/2823.
This commit is contained in:
Mike McQuaid 2017-07-13 17:15:03 +01:00
parent 8d7f66e520
commit ec574c0e7f

View File

@ -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