unrestrict fog-core version to ~> 2 (#1487)

This commit is contained in:
Dan Čermák 2022-05-02 14:26:14 +02:00 committed by GitHub
parent 390b437519
commit 9675167c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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