summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-20 21:00:48 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-20 21:00:53 +0900
commitdfda2f739bad7997ef000b713d7dfba618430dc0 (patch)
tree74c8d4bacedf3733b1606df7dbcc9437d48b84b2 /tool
parent6509652c13f1fe79891a249fbacdb95c2214d1b1 (diff)
Promote find 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 ca3ad9d086..f4e70a8b7b 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -63,6 +63,7 @@ $repositories = {
bigdecimal: "ruby/bigdecimal",
optparse: "ruby/optparse",
set: "ruby/set",
+ find: "ruby/find",
}
def sync_default_gems(gem)