summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-24 18:52:18 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-25 15:18:31 +0900
commit55cd3e4ebff8fa75854ecadcd77abbf7cf4b5823 (patch)
treed4a47c4f1766efd666ef6283893f8c11672713e2 /tool/sync_default_gems.rb
parentab3266ea5c2c45b6e0ce9ba377a035710cb4fd1b (diff)
Removed dbm from ruby repo
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4525
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 56822d3329..f60bb6aff3 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -191,12 +191,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 "dbm"
- rm_rf(%w[ext/dbm test/dbm])
- cp_r("#{upstream}/ext/dbm", "ext")
- cp_r("#{upstream}/test/dbm", "test")
- cp_r("#{upstream}/dbm.gemspec", "ext/dbm")
- `git checkout ext/dbm/depend`
when "gdbm"
rm_rf(%w[ext/gdbm test/gdbm])
cp_r("#{upstream}/ext/gdbm", "ext")