summaryrefslogtreecommitdiff
path: root/man/gemfile.5.ronn
diff options
context:
space:
mode:
authorTakumasa Ochi <aeroastro007@gmail.com>2019-01-28 16:18:02 +0900
committerTakumasa Ochi <aeroastro007@gmail.com>2019-01-28 16:56:32 +0900
commit7ecd66dd5581a8c6d4a484cb9ab23fa5db56164c (patch)
tree20aa456eaa2f000bcc53851b14d58a710c93998e /man/gemfile.5.ronn
parentb43029fc22c54e0a3d0c7483be9558bb8e950e20 (diff)
downloadbundler-7ecd66dd5581a8c6d4a484cb9ab23fa5db56164c.tar.gz
Replace unsafe http URLs with https URLs
Diffstat (limited to 'man/gemfile.5.ronn')
-rw-r--r--man/gemfile.5.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index c941463edc..9fe4176a30 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -176,7 +176,7 @@ are not available).
Note that on `bundle install`, bundler downloads and evaluates all gems, in order to
create a single canonical list of all of the required gems and their dependencies.
This means that you cannot list different versions of the same gems in different
-groups. For more details, see [Understanding Bundler](http://bundler.io/rationale.html).
+groups. For more details, see [Understanding Bundler](https://bundler.io/rationale.html).
### PLATFORMS