add gem install bundler to configure.sh
This commit is contained in:
parent
499f6349e6
commit
3f5d2bd7f3
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ fi
|
|||
vagrant up
|
||||
|
||||
# Bundle!
|
||||
vagrant ssh --command "cd /vagrant; gem install bundler";
|
||||
vagrant ssh --command "cd /vagrant; bundle install";
|
||||
|
||||
# copy the db config
|
||||
|
|
Loading…
Reference in a new issue