mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Use compare-xml instead of equivalent-xml (#1565)
`equivalent-xml` is pretty much dead upstream, `compare-xml` on the other hand has some upstream activity
This commit is contained in:
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
||||
s.add_runtime_dependency 'fog-libvirt', '>= 0.6.0'
|
||||
s.add_runtime_dependency 'fog-core', '~> 2'
|
||||
s.add_runtime_dependency 'rexml'
|
||||
s.add_runtime_dependency 'equivalent-xml'
|
||||
s.add_runtime_dependency 'compare-xml'
|
||||
s.add_runtime_dependency 'diffy'
|
||||
|
||||
# Make sure to allow use of the same version as Vagrant by being less specific
|
||||
|
||||
Reference in New Issue
Block a user