summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-02 19:57:27 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-10 18:06:25 +0900
commit0e73b49b4c35a3ae8fd5530a730556b4e4ef4377 (patch)
tree29fb95e3cfc2da4515894b2f6f9ba4a9baa5386a /tool
parent087ac34fb2f6fa74bd84a290d511f4d47a286119 (diff)
Promote webrick to bundled gems
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3729
Diffstat (limited to 'tool')
-rw-r--r--tool/sync_default_gems.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 7f49642142..1874037e28 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -17,7 +17,6 @@ REPOSITORIES = {
"io-nonblock": 'ruby/io-nonblock',
"io-wait": 'ruby/io-wait',
csv: 'ruby/csv',
- webrick: 'ruby/webrick',
dbm: 'ruby/dbm',
gdbm: 'ruby/gdbm',
etc: 'ruby/etc',