From 5276256b3e4ffdf27a8a8e4a7c4368afb90f82b1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 2 Jul 2011 21:48:47 -0700 Subject: [PATCH] Lock virtualbox dep in Gemfile to 0.8.x ref --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d5d55ca58..9d4710f7b 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem "vagrant", :path => '.' # Use the following gems straight from git, since Vagrant dev # typically coincides with it -gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git" +gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git", :ref => "038729cd89a15111106404726b75a1d463edc892" # Gems required for testing only. To install run # gem bundle test