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:
parent
f4394bbca3
commit
544ebc669b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue