diff --git a/configure.sh b/configure.sh index 74f4121a..13e18244 100755 --- a/configure.sh +++ b/configure.sh @@ -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