From c42a1054415ece95c94d279e13ba55dc65a47177 Mon Sep 17 00:00:00 2001 From: Thach Mai Date: Sun, 15 Nov 2015 18:05:08 +0100 Subject: [PATCH 1/2] Fix Vagrantfile to fix build issues Changed the box from "chef/ubuntu-12.04" to "ubuntu/trusty64". Changed the ruby version to 2.2.2 to accommodate the latest middleman. Changed initialization from "bundle" to "make dev". --- website/Vagrantfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/Vagrantfile b/website/Vagrantfile index 0cdf78d94..b0c4d4d0c 100644 --- a/website/Vagrantfile +++ b/website/Vagrantfile @@ -5,22 +5,22 @@ $script = <