aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2012-11-28 01:05:36 +0900
committerAkira Matsuda <ronnie@dio.jp>2012-11-28 01:15:02 +0900
commit4ed645b37eccdec18c48e42410aadd7a03032cfd (patch)
tree09ee9d1783410a2dec407e827de22d71198697b0 /Gemfile
parent0be0a978ef920384685537120da82d7ad60add1e (diff)
downloadrails-4ed645b37eccdec18c48e42410aadd7a03032cfd.tar.gz
rails-4ed645b37eccdec18c48e42410aadd7a03032cfd.tar.bz2
rails-4ed645b37eccdec18c48e42410aadd7a03032cfd.zip
default source in Gemfiles to :rubygems rather than hardcoding the URL
* I guess this would be the preferrable default for Bundler * current version of Bundler converts :rubygems into 'http://rubygems.org', not https://, and that will help those who are working on a very poor network environment that doesn't allow SSL
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 35bcb68fb2..7b404565cc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,4 @@
-source 'https://rubygems.org'
+source :rubygems
gemspec