mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "switch from http to https for Unicode data file downloads"
This reverts commit 90de118a75
.
The environment of mswinci couldn't handle https download.
(It's certificates problem, We should upgrade its environment)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
46e8a8ae37
commit
774f650bbe
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class Downloader
|
|||
|
||||
class Unicode < self
|
||||
def self.download(name, *rest)
|
||||
super("https://www.unicode.org/Public/#{name}", name, *rest)
|
||||
super("http://www.unicode.org/Public/#{name}", name, *rest)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue