mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Use fog-libvirt facilities to create volumes for QEMU session.
This is supported since fog-libvirt 0.6.0 via https://github.com/fog/fog-libvirt/pull/60
This commit is contained in:
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
||||
s.add_development_dependency "rspec-expectations", "~> 3.5.0"
|
||||
s.add_development_dependency "rspec-mocks", "~> 3.5.0"
|
||||
|
||||
s.add_runtime_dependency 'fog-libvirt', '>= 0.3.0'
|
||||
s.add_runtime_dependency 'fog-libvirt', '>= 0.6.0'
|
||||
s.add_runtime_dependency 'fog-core', '~> 2.1'
|
||||
|
||||
# Make sure to allow use of the same version as Vagrant by being less specific
|
||||
|
||||
Reference in New Issue
Block a user