diff options
author | Takuya Noguchi <[email protected]> | 2022-07-15 01:26:54 +0000 |
---|---|---|
committer | git <[email protected]> | 2022-07-15 18:45:38 +0900 |
commit | 7fda741f6e67b809b08423f0d4e903c078da2eed () | |
tree | 494d20e221605133e310250049401bb72e09d22a | |
parent | 8e451d1083cb07ad974365f99b4f01742e4759c8 (diff) |
[rubygems/rubygems] Use https protocol for URLs for config mirror
example.org is used mirror URL as an example, not to make access to a (potential) third-party domain. Signed-off-by: Takuya Noguchi <[email protected]> https://.com/rubygems/rubygems/commit/31230f850c
-rw-r--r-- | lib/bundler/man/bundle-config.1 | 4 | ||||
-rw-r--r-- | lib/bundler/man/bundle-config.1.ronn | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -342,13 +342,13 @@ bundle config set \-\-global mirror\.SOURCE_URL MIRROR_URL .IP "" 0 . .P -For example, to use a mirror of rubygems\.org hosted at rubygems\-mirror\.org: . .IP "" 4 . .nf -bundle config set \-\-global mirror\.http://rubygems\.org http://rubygems\-mirror\.org . .fi . @@ -321,9 +321,9 @@ mirror to fetch gems. bundle config set --global mirror.SOURCE_URL MIRROR_URL -For example, to use a mirror of rubygems.org hosted at rubygems-mirror.org: - bundle config set --global mirror.http://rubygems.org http://rubygems-mirror.org Each mirror also provides a fallback timeout setting. If the mirror does not respond within the fallback timeout, Bundler will try to use the original |