summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-11 22:17:50 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-11 22:21:43 +0900
commitbcfe94b7f20fa3a581fc5d6f2aef837327bfb770 (patch)
tree9fdd48408752038c3e7f102505e48eee499b5716 /tool/sync_default_gems.rb
parentf1f27da6c457684fdbfc0352297e6847f675ce4c (diff)
Revert "Revert "Promote uri to default gems""
This reverts commit fdfad905227a0e2e4c224d87181041fb75d5082e. f1f27da6c457684fdbfc0352297e6847f675ce4c resolved this.
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 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)