diff options
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r-- | tool/sync_default_gems.rb | 1 |
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) |