mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
unrestrict fog-core version to ~> 2 (#1487)
This commit is contained in:
parent
390b437519
commit
9675167c1c
@ -25,7 +25,7 @@ Gem::Specification.new do |s|
|
||||
s.add_development_dependency "rspec-mocks", ">= 3.5"
|
||||
|
||||
s.add_runtime_dependency 'fog-libvirt', '>= 0.6.0'
|
||||
s.add_runtime_dependency 'fog-core', '~> 2.1'
|
||||
s.add_runtime_dependency 'fog-core', '~> 2'
|
||||
s.add_runtime_dependency 'rexml'
|
||||
|
||||
# Make sure to allow use of the same version as Vagrant by being less specific
|
||||
|
Loading…
Reference in New Issue
Block a user