aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/contributing_to_rails.textile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-08-23 23:26:25 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-08-23 23:26:25 -0300
commit363fe5faf9953ade69b900aa8e687d11ceeeff02 (patch)
treed64dbe1f1e151ee5572b1c09775a5f0f732c35f1 /railties/guides/source/contributing_to_rails.textile
parentb983145dfc2d03cfaed5ed71a9c24c025452c1ac (diff)
downloadrails-363fe5faf9953ade69b900aa8e687d11ceeeff02.tar.gz
rails-363fe5faf9953ade69b900aa8e687d11ceeeff02.tar.bz2
rails-363fe5faf9953ade69b900aa8e687d11ceeeff02.zip
Point guides to bundler 1.0.0.rc.6
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 fb81bab98d..91ffa8ccc3 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.2 bundler
+gem install -v=1.0.0.rc.6 bundler
bundle install --without db
</shell>