From f9aa5a8e7655064c94f9777f34cf81400e1afc83 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Sun, 16 Mar 2014 01:47:29 +0100 Subject: [PATCH] Updated gemfile to let vagrant load plugin in the 1.5 fashion --- Gemfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index ebd9fc4..1c69fb4 100644 --- a/Gemfile +++ b/Gemfile @@ -10,3 +10,7 @@ group :development do gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git" end +group :plugins do + gem "vagrant-libvirt", :path => '.' +end +