summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-09 13:38:05 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-09 13:39:23 +0900
commit544ebc669b6b15c730d21053cc1b2f6173be2b8a (patch)
tree2ed20fbbb7392a3876b3af31b26835ad4c4c73c5 /tool
parentf4394bbca361c2bb500f586ba0bf1bef8b919910 (diff)
Use https for downloading Unicode data.
Retry with 90de118a75921a08497b41de2950971073b3c924 [Bug #13962][ruby-core:83074]
Diffstat (limited to 'tool')
-rw-r--r--tool/downloader.rb2
1 files changed, 1 insertions, 1 deletions
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