summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-11 14:05:04 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-11 14:05:04 +0900
commit56f6973b682f7be6ba8a27ea1516f35be09b0574 (patch)
tree3d9eb2630bcd9cdb4bf21d0a2fd11b9bc4668f9d /tool/sync_default_gems.rb
parent9b2e671944a035af6a079ba91628b04687374377 (diff)
Promote weakref to the default gems
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index a353d55580..a432a7ad04 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -55,6 +55,7 @@
# * https://github.com/ruby/uri
# * https://github.com/ruby/openssl
# * https://github.com/ruby/did_you_mean
+# * https://github.com/ruby/weakref
#
require 'fileutils'
@@ -107,7 +108,8 @@ $repositories = {
yaml: "ruby/yaml",
uri: "ruby/uri",
openssl: "ruby/openssl",
- did_you_mean: "ruby/did_you_mean"
+ did_you_mean: "ruby/did_you_mean",
+ weakref: "ruby/weakref",
}
def sync_default_gems(gem)