From a70675cd94f1f03779b19561710742af4238adc2 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sun, 29 Aug 2010 16:53:04 -0300 Subject: [PATCH] -v=1.0.0 not needed --- railties/guides/source/contributing_to_rails.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -gem install -v=1.0.0 bundler +gem install bundler bundle install --without db