add gem install bundler to configure.sh

This commit is contained in:
Devin Howard 2015-05-09 23:22:23 -04:00
parent 499f6349e6
commit 3f5d2bd7f3

View file

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