summaryrefslogtreecommitdiff
path: root/tool/downloader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/downloader.rb')
-rw-r--r--tool/downloader.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/downloader.rb b/tool/downloader.rb
index 74ff309637..aa5490f96f 100644
--- a/tool/downloader.rb
+++ b/tool/downloader.rb
@@ -1,3 +1,6 @@
+# Used by configure and make to download or update mirrored Ruby and GCC
+# files. This will use HTTPS if possible, falling back to HTTP.
+
require 'open-uri'
begin
require 'net/https'