From 90de118a75921a08497b41de2950971073b3c924 Mon Sep 17 00:00:00 2001 From: duerst Date: Tue, 12 Dec 2017 09:00:20 +0000 Subject: switch from http to https for Unicode data file downloads (patch from MSP-Greg (Greg L), this closes issue #13962) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- 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 335fe97762..e084ec2df2 100644 --- a/tool/downloader.rb +++ b/tool/downloader.rb @@ -71,7 +71,7 @@ class Downloader class Unicode < self def self.download(name, *rest) - super("http://www.unicode.org/Public/#{name}", name, *rest) + super("https://www.unicode.org/Public/#{name}", name, *rest) end end -- cgit v1.2.1