Skip to content

Commit 72316ed

Browse files
Add note about why we don't use Open3
1 parent 77133a2 commit 72316ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bundler/spec/support/rubygems_ext.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def install_gems(gemfile, path = nil)
150150
ENV["BUNDLE_PATH__SYSTEM"] = "true"
151151
end
152152

153+
# We don't use `Open3` here because it does not work on JRuby + Windows
153154
output = `#{Gem.ruby} #{File.expand_path("support/bundle.rb", Path.spec_dir)} install`
154155
raise output unless $?.success?
155156
ensure

0 commit comments

Comments
 (0)