summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-08 20:18:08 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-09 07:32:34 +0900
commit8c9438d219885fb26ca2e7cfc6ca38dd0bcb3db6 (patch)
treecd8a8fee19890ac8735cf074e7e4fd82d2c5fb26 /tool/sync_default_gems.rb
parent2a0ed5691efbc602a4403ec09e6f91e89baa5507 (diff)
Promote yaml to default gems
Diffstat (limited to 'tool/sync_default_gems.rb')
-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)