1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

-v=1.0.0 not needed

This commit is contained in:
Santiago Pastorino 2010-08-29 16:53:04 -03:00
parent c1dbdecda5
commit a70675cd94

View file

@ -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>