Updated gemfile to let vagrant load plugin in the 1.5 fashion

This commit is contained in:
Matthieu Coudron
2014-03-16 01:47:29 +01:00
parent 49360ffe33
commit f9aa5a8e76

View File

@@ -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