mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Don't use upstream ext/readline/depend
This commit is contained in:
parent
8474e6ae1f
commit
6891fd1580
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ def sync_default_gems(gem)
|
|||
cp_r("#{upstream}/ext/readline", "ext")
|
||||
cp_r("#{upstream}/test/readline", "test")
|
||||
cp_r("#{upstream}/readline-ext.gemspec", "ext/readline")
|
||||
`git checkout ext/readline/depend`
|
||||
when "did_you_mean"
|
||||
rm_rf(%w[lib/did_you_mean* test/did_you_mean])
|
||||
cp_r(Dir.glob("#{upstream}/lib/did_you_mean*"), "lib")
|
||||
|
|
Loading…
Reference in a new issue