aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/contributing_to_rails.textile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-07-29 23:48:47 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-07-29 23:48:47 -0300
commit03fc2f03cbc9b3354267e599f5fb6a42d58cd194 (patch)
treec9e2a92e92e9b509029ee24a95b59f731de91f69 /railties/guides/source/contributing_to_rails.textile
parente68e88e3ada6b500012f893156b03f548a2f87e3 (diff)
downloadrails-03fc2f03cbc9b3354267e599f5fb6a42d58cd194.tar.gz
rails-03fc2f03cbc9b3354267e599f5fb6a42d58cd194.tar.bz2
rails-03fc2f03cbc9b3354267e599f5fb6a42d58cd194.zip
Bump up bundler version to rc.2
Diffstat (limited to 'railties/guides/source/contributing_to_rails.textile')
-rw-r--r--railties/guides/source/contributing_to_rails.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contributing_to_rails.textile b/railties/guides/source/contributing_to_rails.textile
index 094a4ef1a9..fb81bab98d 100644
--- a/railties/guides/source/contributing_to_rails.textile
+++ b/railties/guides/source/contributing_to_rails.textile
@@ -69,7 +69,7 @@ All of the Rails tests must pass with any code you submit, otherwise you have no
NOTE: Ensure you install bundler v1.0
<shell>
-gem install -v=1.0.0.rc.1 bundler
+gem install -v=1.0.0.rc.2 bundler
bundle install --without db
</shell>