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

Prepare for importing the set gem

This commit is contained in:
Akinori MUSHA 2020-12-22 12:17:47 +09:00
parent d0050edb84
commit 63b872c409

View file

@ -325,6 +325,9 @@ def sync_default_gems(gem)
cp_r("#{upstream}/test/digest", "test")
cp_r("#{upstream}/digest.gemspec", "ext/digest")
`git checkout ext/digest/depend ext/digest/*/depend`
when "set"
sync_lib gem, upstream
cp_r("#{upstream}/test", ".")
else
sync_lib gem, upstream
end