Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
Need git for `rake publish`
  • Loading branch information
marcguyer committed Oct 6, 2015
1 parent 4136f7b commit ce2f2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce2f2ae

Please sign in to comment.