From 544ebc669b6b15c730d21053cc1b2f6173be2b8a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 9 Mar 2020 13:38:05 +0900 Subject: Use https for downloading Unicode data. Retry with 90de118a75921a08497b41de2950971073b3c924 [Bug #13962][ruby-core:83074] --- tool/downloader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/downloader.rb') diff --git a/tool/downloader.rb b/tool/downloader.rb index 9a89010b03..d0cf52e4e5 100644 --- a/tool/downloader.rb +++ b/tool/downloader.rb @@ -71,7 +71,7 @@ class Downloader class Unicode < self INDEX = {} # cache index file information across files in the same directory - UNICODE_PUBLIC = "http://www.unicode.org/Public/" + UNICODE_PUBLIC = "https://www.unicode.org/Public/" def self.download(name, dir = nil, since = true, options = {}) options = options.dup -- cgit v1.2.1