mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Update fog-core to latest version
fog-core 2.x is released and we'd like to use it in debian
This commit is contained in:
committed by
Pirate Praveen
parent
4d2c26a926
commit
44a760f668
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
||||
s.add_development_dependency "rspec-mocks", "~> 3.5.0"
|
||||
|
||||
s.add_runtime_dependency 'fog-libvirt', '>= 0.3.0'
|
||||
s.add_runtime_dependency 'fog-core', '~> 1.43.0'
|
||||
s.add_runtime_dependency 'fog-core', '~> 2.1'
|
||||
|
||||
# Make sure to allow use of the same version as Vagrant by being less specific
|
||||
s.add_runtime_dependency 'nokogiri', '~> 1.6'
|
||||
|
||||
Reference in New Issue
Block a user