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

tool/sync_default_gems.rb: fix path for openssl

This commit is contained in:
Kazuki Yamaguchi 2021-10-16 17:05:22 +09:00 committed by usa
parent 7c6b56801e
commit 8737878248

View file

@ -254,7 +254,7 @@ def sync_default_gems(gem)
cp_r("#{upstream}/test", "test/openssl")
rm_rf("test/openssl/envutil.rb")
cp_r("#{upstream}/openssl.gemspec", "ext/openssl")
cp_r("#{upstream}/HISTORY.md", "ext/openssl")
cp_r("#{upstream}/History.md", "ext/openssl")
`git checkout ext/openssl/depend`
when "netpop"
sync_lib "net-pop"