Merge pull request #970 from pravi/patch-1

Update fog-core to latest version
This commit is contained in:
Darragh Bailey 2019-02-18 19:05:40 +00:00 committed by GitHub
commit 3d0080b6a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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