From 3f5d2bd7f32dc569862d91102af4b283384f288f Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 9 May 2015 23:22:23 -0400 Subject: [PATCH] add gem install bundler to configure.sh --- configure.sh | 1 + 1 file changed, 1 insertion(+) 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