[rubygems/rubygems] Add note about why we don't use Open3
https://github.com/rubygems/rubygems/commit/72316ed2fa
This commit is contained in:
parent
4fe134fab9
commit
3a32867762
@ -150,6 +150,7 @@ module Spec
|
||||
ENV["BUNDLE_PATH__SYSTEM"] = "true"
|
||||
end
|
||||
|
||||
# We don't use `Open3` here because it does not work on JRuby + Windows
|
||||
output = `#{Gem.ruby} #{File.expand_path("support/bundle.rb", Path.spec_dir)} install`
|
||||
raise output unless $?.success?
|
||||
ensure
|
||||
|
Loading…
x
Reference in New Issue
Block a user