summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/Gemfile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-02-02 15:19:48 -0800
committerAndre Arko <andre@arko.net>2013-02-02 15:19:48 -0800
commit2495a69431a678add32fb5411ba63b52144cdd5e (patch)
treeb9a2906cd8c42c406e510f22fca0ebe6e446f27b /lib/bundler/templates/Gemfile
parentf48dce3823551ebed953d15d0955d3cf6dcee69c (diff)
downloadbundler-2495a69431a678add32fb5411ba63b52144cdd5e.tar.gz
Revert "Use canonical gem source"
The symbol :rubygems is converted to a URL without https. We want to make the default source supplied by Bundler use HTTPS. Unfortunately, we can't change the canonical source from HTTP to HTTPS and maintain backwards compatibility. This reverts commit 9df4ff9e2a82380a4e4c924684cab0bbd26d4212.
Diffstat (limited to 'lib/bundler/templates/Gemfile')
-rw-r--r--lib/bundler/templates/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/templates/Gemfile b/lib/bundler/templates/Gemfile
index d828e324da..8d5b66ea29 100644
--- a/lib/bundler/templates/Gemfile
+++ b/lib/bundler/templates/Gemfile
@@ -1,4 +1,4 @@
# A sample Gemfile
-source :rubygems
+source "https://rubygems.org"
# gem "rails"