summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 09:00:20 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 09:00:20 +0000
commit90de118a75921a08497b41de2950971073b3c924 (patch)
tree0a12aeb0ce1991cf36a6d40d0b671be55d9c835c /tool
parent8adf1103225ee0f57cb60bd937f8b85328512685 (diff)
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
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 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