1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Followed up f5d80c26d4 for sync_default_gems.rb

This commit is contained in:
Hiroshi SHIBATA 2021-12-09 19:33:47 +09:00
parent d74fe2061d
commit b06e37e242
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -360,6 +360,9 @@ def sync_default_gems(gem)
Dir.mkdir(*%w[ext/win32ole/lib])
move("lib/win32ole/win32ole.gemspec", "ext/win32ole")
move(Dir.glob("lib/win32ole*"), "ext/win32ole/lib")
when "open3"
sync_lib gem, upstream
rm_rf("lib/open3/jruby_windows.rb")
else
sync_lib gem, upstream
end