summaryrefslogtreecommitdiff
path: root/man/bundle-package.ronn
diff options
context:
space:
mode:
authorMatthew Rudy Jacobs <MatthewRudyJacobs@gmail.com>2013-02-13 13:51:25 +0000
committerMatthew Rudy Jacobs <MatthewRudyJacobs@gmail.com>2013-02-13 14:01:37 +0000
commitfcadf1f9d2eaca9be6370dddeb78d4ca5b30bf40 (patch)
tree6cec56cf65b440f04b9819a350f48be8f4566af9 /man/bundle-package.ronn
parent37569d521c49b516fe77197ee75341b20f74ad29 (diff)
downloadbundler-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-package.ronn')
-rw-r--r--man/bundle-package.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-package.ronn b/man/bundle-package.ronn
index 834959bfd0..610f820487 100644
--- a/man/bundle-package.ronn
+++ b/man/bundle-package.ronn
@@ -26,7 +26,7 @@ in `vendor/cache`.
For instance, consider this Gemfile(5):
- source "http://rubygems.org"
+ source "https://rubygems.org"
gem "nokogiri"