From 499f18a099145fa2ac60d11d5678b4988adc92cb Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Sun, 20 Jul 2014 14:53:35 -0400 Subject: [PATCH] Created a new vagrant dev box in advance of our hackathon --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 53030c5dccb..d4dbc9b9b59 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -3,8 +3,8 @@ # See https://github.com/discourse/discourse/blob/master/docs/VAGRANT.md # Vagrant.configure("2") do |config| - config.vm.box = 'discourse-0.9.7' - config.vm.box_url = 'http://www.discourse.org/vms/discourse-0.9.7.box' + config.vm.box = 'discourse-0.9.9.13' + config.vm.box_url = 'http://www.discourse.org/vms/discourse-0.9.9.13.box' # Make this VM reachable on the host network as well, so that other # VM's running other browsers can access our dev server.