summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-25 15:20:06 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-25 20:04:54 +0900
commitedcc29dcff1b269b7748ab83adf21b2f3f97ebff (patch)
tree4f0dbc36876b47a717305f880b35c0b12206cddb /tool/sync_default_gems.rb
parent9e56a22be6706c8698268d5ebe4f59960d3485b1 (diff)
Removed gdbm from ruby repo
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4526
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index f60bb6aff3..ad5b6c402a 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -17,7 +17,6 @@ REPOSITORIES = {
"io-wait": 'ruby/io-wait',
csv: 'ruby/csv',
dbm: 'ruby/dbm',
- gdbm: 'ruby/gdbm',
etc: 'ruby/etc',
date: 'ruby/date',
zlib: 'ruby/zlib',
@@ -191,12 +190,6 @@ def sync_default_gems(gem)
cp_r("#{upstream}/test/io/wait", "test/io")
cp_r("#{upstream}/io-wait.gemspec", "ext/io/wait")
`git checkout ext/io/wait/depend`
- when "gdbm"
- rm_rf(%w[ext/gdbm test/gdbm])
- cp_r("#{upstream}/ext/gdbm", "ext")
- cp_r("#{upstream}/test/gdbm", "test")
- cp_r("#{upstream}/gdbm.gemspec", "ext/gdbm")
- `git checkout ext/gdbm/depend ext/gdbm/README`
when "etc"
rm_rf(%w[ext/etc test/etc])
cp_r("#{upstream}/ext/etc", "ext")