diff options
author | Matthew Rudy Jacobs <MatthewRudyJacobs@gmail.com> | 2013-02-13 13:51:25 +0000 |
---|---|---|
committer | Matthew Rudy Jacobs <MatthewRudyJacobs@gmail.com> | 2013-02-13 14:01:37 +0000 |
commit | fcadf1f9d2eaca9be6370dddeb78d4ca5b30bf40 (patch) | |
tree | 6cec56cf65b440f04b9819a350f48be8f4566af9 /man/bundle-platform.ronn | |
parent | 37569d521c49b516fe77197ee75341b20f74ad29 (diff) | |
download | bundler-fcadf1f9d2eaca9be6370dddeb78d4ca5b30bf40.tar.gz |
use https://rubygems.org everywhere
if https is the best way to access rubygems.org
then it should be default everywhere
including in examples on the man page
Diffstat (limited to 'man/bundle-platform.ronn')
-rw-r--r-- | man/bundle-platform.ronn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-platform.ronn b/man/bundle-platform.ronn index 00b833d901..922a9f1a09 100644 --- a/man/bundle-platform.ronn +++ b/man/bundle-platform.ronn @@ -12,7 +12,7 @@ VM about your platform. For instance, using this Gemfile(5): - source "http://rubygems.org" + source "https://rubygems.org" ruby "1.9.3" |