vagrant-libvirt/Gemfile

17 lines
441 B
Ruby
Raw Normal View History

2013-03-26 18:55:30 -05:00
source 'https://rubygems.org'
# Specify your gem's dependencies in vagrant-libvirt.gemspec
gemspec
group :development do
# We depend on Vagrant for development, but we don't add it as a
# gem dependency because we expect to be installed within the
# Vagrant environment itself using `vagrant plugin`.
gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git"
end
group :plugins do
gem "vagrant-libvirt", :path => '.'
end