summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
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 49b48c2ea2..af9a9ae76e 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -45,6 +45,7 @@
# * https://github.com/ruby/readline
# * https://github.com/ruby/readline-ext
# * https://github.com/ruby/observer
+# * https://github.com/ruby/timeout
#
require 'fileutils'
@@ -97,6 +98,7 @@ $repositories = {
readline: "ruby/readline",
readlineext: "ruby/readline-ext",
observer: "ruby/observer",
+ timeout: "ruby/timeout",
}
def sync_default_gems(gem)