From bcfe94b7f20fa3a581fc5d6f2aef837327bfb770 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 11 Nov 2019 22:17:50 +0900 Subject: Revert "Revert "Promote uri to default gems"" This reverts commit fdfad905227a0e2e4c224d87181041fb75d5082e. f1f27da6c457684fdbfc0352297e6847f675ce4c resolved this. --- 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 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) -- cgit v1.2.3