From fdfad905227a0e2e4c224d87181041fb75d5082e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 9 Nov 2019 20:14:17 +0900 Subject: Revert "Promote uri to default gems" This reverts commit c5b4d2a2592942766dc2789f46105b91eba7026a. This commit affects with activation feature of RubyGems. [Bug #16337][ruby-core:95768] --- tool/sync_default_gems.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'tool') diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 81e687d336..edebeb330f 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -47,7 +47,6 @@ # * https://github.com/ruby/observer # * https://github.com/ruby/timeout # * https://github.com/ruby/yaml -# * https://github.com/ruby/uri # require 'fileutils' @@ -102,7 +101,6 @@ $repositories = { observer: "ruby/observer", timeout: "ruby/timeout", yaml: "ruby/yaml", - uri: "ruby/uri", } def sync_default_gems(gem) -- cgit v1.2.3