mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fallback standard structure library to sync_lib_gem method
This commit is contained in:
parent
91135f6d29
commit
ec2603c353
1 changed files with 1 additions and 2 deletions
|
@ -212,9 +212,8 @@ def sync_default_gems(gem)
|
|||
rm_rf("test/racc/lib")
|
||||
rm_rf("lib/racc/cparse-jruby.jar")
|
||||
`git checkout ext/racc/cparse/README ext/racc/cparse/depend`
|
||||
when "rexml", "rss", "matrix", "irb", "csv", "logger", "ostruct", "webrick", "fileutils", "forwardable", "prime", "tracer", "ipaddr", "mutex_m", "singleton"
|
||||
sync_lib gem
|
||||
else
|
||||
sync_lib gem
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue