aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rw-r--r--tool/sync_default_gems.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index af9a9ae76e..edebeb330f 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -46,6 +46,7 @@
# * https://github.com/ruby/readline-ext
# * https://github.com/ruby/observer
# * https://github.com/ruby/timeout
+# * https://github.com/ruby/yaml
#
require 'fileutils'
@@ -99,6 +100,7 @@ $repositories = {
readlineext: "ruby/readline-ext",
observer: "ruby/observer",
timeout: "ruby/timeout",
+ yaml: "ruby/yaml",
}
def sync_default_gems(gem)