aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-08-29 16:53:04 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-08-29 16:53:20 -0300
commita70675cd94f1f03779b19561710742af4238adc2 (patch)
tree27652383d261264e4540852d4c793de15878a37a /railties/guides
parentc1dbdecda5ae7382fa9d2f8c7ee122d2d11c9d03 (diff)
downloadrails-a70675cd94f1f03779b19561710742af4238adc2.tar.gz
rails-a70675cd94f1f03779b19561710742af4238adc2.tar.bz2
rails-a70675cd94f1f03779b19561710742af4238adc2.zip
-v=1.0.0 not needed
Diffstat (limited to 'railties/guides')
-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 a0225b4b17..7184759610 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 bundler
+gem install bundler
bundle install --without db
</shell>