Update Vagrantfile

Need git for `rake publish`
This commit is contained in:
Marc Guyer
2015-10-06 17:12:55 -04:00
parent 4136f7b0f7
commit ce2f2ae8de

2
Vagrantfile vendored
View File

@@ -9,7 +9,7 @@ Vagrant.configure(2) do |config|
type: "shell",
inline: <<-SHELL
sudo apt-get update
sudo apt-get install -yq ruby ruby-dev build-essential nodejs
sudo apt-get install -yq ruby ruby-dev build-essential nodejs git
sudo apt-get autoremove -yq
gem install --no-ri --no-rdoc bundler
SHELL