Commit ce2f2ae8 authored by Marc Guyer's avatar Marc Guyer

Update Vagrantfile

Need git for `rake publish`
parent 4136f7b0
...@@ -9,7 +9,7 @@ Vagrant.configure(2) do |config| ...@@ -9,7 +9,7 @@ Vagrant.configure(2) do |config|
type: "shell", type: "shell",
inline: <<-SHELL inline: <<-SHELL
sudo apt-get update 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 sudo apt-get autoremove -yq
gem install --no-ri --no-rdoc bundler gem install --no-ri --no-rdoc bundler
SHELL SHELL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment