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:
parent
c1dbdecda5
commit
a70675cd94
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue