Skip to content

Commit

Permalink
-v=1.0.0 not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Aug 29, 2010
1 parent a8a9f00 commit 3d0c928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/contributing_to_rails.textile
Expand Up @@ -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>

Expand Down

0 comments on commit 3d0c928

Please sign in to comment.