summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-08 20:26:33 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-09 07:32:34 +0900
commitc5b4d2a2592942766dc2789f46105b91eba7026a (patch)
tree68828d26844f89200766b816823497dc8a485f3a /tool/sync_default_gems.rb
parent8c9438d219885fb26ca2e7cfc6ca38dd0bcb3db6 (diff)
Promote uri to default gems
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)