mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Use the same version of Nokogiri as Vagrant
This commit is contained in:
committed by
Darragh Bailey
parent
549556d839
commit
429b236087
@@ -21,8 +21,10 @@ 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 'nokogiri', '~> 1.6.0'
|
||||
s.add_runtime_dependency 'fog-core', '~> 1.43.0'
|
||||
|
||||
# Make sure to allow use of the same version as Vagrant by being less specific
|
||||
s.add_runtime_dependency 'nokogiri', '~> 1.6'
|
||||
|
||||
s.add_development_dependency 'rake'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user