diff options
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r-- | tool/sync_default_gems.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index edebeb330f..81e687d336 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -47,6 +47,7 @@ # * https://github.com/ruby/observer # * https://github.com/ruby/timeout # * https://github.com/ruby/yaml +# * https://github.com/ruby/uri # require 'fileutils' @@ -101,6 +102,7 @@ $repositories = { observer: "ruby/observer", timeout: "ruby/timeout", yaml: "ruby/yaml", + uri: "ruby/uri", } def sync_default_gems(gem) |