Updated Vagrantfile for testing docs

This commit is contained in:
Rickard von Essen 2016-12-28 21:47:36 +01:00
parent 77f878b89c
commit ed342a0adf
No known key found for this signature in database
GPG Key ID: E0C0327388876CBA
1 changed files with 2 additions and 2 deletions

4
website/Vagrantfile vendored
View File

@ -5,13 +5,13 @@ $script = <<SCRIPT
sudo apt-get -y update
# RVM/Ruby
sudo apt-get -qy install curl git libgmp3-dev
sudo apt-get -qy install curl git libgmp3-dev nodejs
gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
# Install rvm and the latest version of ruby
curl -sSL https://get.rvm.io | bash -s stable
. ~/.bashrc
. ~/.bash_profile
rvm install ruby-2.2.2
rvm install ruby-2.3.1
gem install bundler
# Middleman deps