summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-20 12:39:11 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-20 12:39:11 +0900
commit8a40e9b5a20314a509c8caaadce19a0b52680419 (patch)
tree2238c3950eec85dfa2be3c358d021c107501c919 /tool
parenteae7aef02029ee546c0829510618a70a3721c479 (diff)
Promote set to default gems
Diffstat (limited to 'tool')
-rw-r--r--tool/sync_default_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index af60185c3c..ca3ad9d086 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -62,6 +62,7 @@ $repositories = {
"net-http": "ruby/net-http",
bigdecimal: "ruby/bigdecimal",
optparse: "ruby/optparse",
+ set: "ruby/set",
}
def sync_default_gems(gem)