aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-11-27 14:59:58 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-11-27 14:59:58 -0200
commit5b9c9026c43517bbdcbcf0617c708a68d5e000fb (patch)
treea2dbd7bcd3a4f3d879cc52da89b9d5b58ea0a4c5 /guides
parent33b29e0112db62d3a8c798bb58f51c0a839d9e26 (diff)
downloadrails-5b9c9026c43517bbdcbcf0617c708a68d5e000fb.tar.gz
rails-5b9c9026c43517bbdcbcf0617c708a68d5e000fb.tar.bz2
rails-5b9c9026c43517bbdcbcf0617c708a68d5e000fb.zip
Revert "Merge pull request #8341 from amatsuda/bundle_source_rubygems"
This reverts commit 33b29e0112db62d3a8c798bb58f51c0a839d9e26, reversing changes made to ac8c729342e6b020a57d0d6887c8a8d5b39f96e0. Reason: https://github.com/rails/rails/pull/4684#commitcomment-920313
Diffstat (limited to 'guides')
-rw-r--r--guides/code/getting_started/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/code/getting_started/Gemfile b/guides/code/getting_started/Gemfile
index 19b46c36b3..670a8523b0 100644
--- a/guides/code/getting_started/Gemfile
+++ b/guides/code/getting_started/Gemfile
@@ -1,4 +1,4 @@
-source :rubygems
+source 'https://rubygems.org'
gem 'rails', '3.2.3'