From 2a0ed5691efbc602a4403ec09e6f91e89baa5507 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 8 Nov 2019 19:21:47 +0900 Subject: Promote timeout to default gems --- tool/sync_default_gems.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tool') 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) -- cgit v1.2.3