summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-20 12:42:53 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-20 12:43:11 +0900
commit67a6662032d0a7c4af07f44c2046cd0ed2d7d253 (patch)
treec792dabafbd7c5928fe7dbc55def8e47e4d11416 /tool
parenta3b85016149f4f73f08c739626b2f02badd5ad17 (diff)
Removed Scanf from the ruby repository.
Diffstat (limited to 'tool')
-rw-r--r--tool/sync_default_gems.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 1905b947d6..13a1e7f26e 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -19,7 +19,6 @@
# * https://github.com/ruby/date
# * https://github.com/ruby/zlib
# * https://github.com/ruby/fcntl
-# * https://github.com/ruby/scanf
# * https://github.com/ruby/strscan
# * https://github.com/ruby/ipaddr
# * https://github.com/ruby/logger
@@ -62,7 +61,6 @@ $repositories = {
date: 'ruby/date',
zlib: 'ruby/zlib',
fcntl: 'ruby/fcntl',
- scanf: 'ruby/scanf',
strscan: 'ruby/strscan',
ipaddr: 'ruby/ipaddr',
logger: 'ruby/logger',
@@ -220,7 +218,7 @@ def sync_default_gems(gem)
cp_r(Dir.glob("#{upstream}/ext/racc/cparse/*"), "ext/racc/cparse")
cp_r("#{upstream}/test", "test/racc")
`git checkout ext/racc/cparse/README`
- when "rexml", "rss", "matrix", "irb", "csv", "shell", "logger", "ostruct", "scanf", "webrick", "fileutils", "forwardable", "prime", "tracer", "ipaddr", "mutex_m", "sync"
+ when "rexml", "rss", "matrix", "irb", "csv", "shell", "logger", "ostruct", "webrick", "fileutils", "forwardable", "prime", "tracer", "ipaddr", "mutex_m", "sync"
sync_lib gem
else
end