1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Use https for downloading Unicode data.

Retry with 90de118a75

  [Bug #13962][ruby-core:83074]
This commit is contained in:
Hiroshi SHIBATA 2020-03-09 13:38:05 +09:00
parent f4394bbca3
commit 544ebc669b
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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