[rubygems/rubygems] Add note about why we don't use Open3

https://github.com/rubygems/rubygems/commit/72316ed2fa
This commit is contained in:
David Rodríguez 2024-12-12 17:21:13 +01:00 committed by Hiroshi SHIBATA
parent 4fe134fab9
commit 3a32867762

View File

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