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:
parent
8d7f66e520
commit
ec574c0e7f
@ -53,10 +53,7 @@ module Homebrew
|
||||
ENV["GIT_#{role}_DATE"] = "Sun Jan 22 19:59:13 2017 +0000"
|
||||
end
|
||||
|
||||
# TODO: unpin this version when this error no longer shows:
|
||||
# bundler-1.15.0/lib/bundler/shared_helpers.rb:25:
|
||||
# stack level too deep (SystemStackError)
|
||||
Homebrew.install_gem_setup_path! "bundler", "1.14.6"
|
||||
Homebrew.install_gem_setup_path! "bundler"
|
||||
system "bundle", "install" unless quiet_system("bundle", "check")
|
||||
|
||||
parallel = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user