Since Ruby 3.0 rexml needs to be required

as it's no longer a default gem.
This commit is contained in:
Pavel Valena 2021-05-12 22:02:46 +02:00 committed by Darragh Bailey
parent 9cc710bb4e
commit b7133d8f8f

View File

@ -24,6 +24,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'fog-libvirt', '>= 0.6.0' s.add_runtime_dependency 'fog-libvirt', '>= 0.6.0'
s.add_runtime_dependency 'fog-core', '~> 2.1' s.add_runtime_dependency 'fog-core', '~> 2.1'
s.add_runtime_dependency 'rexml'
# Make sure to allow use of the same version as Vagrant by being less specific # Make sure to allow use of the same version as Vagrant by being less specific
s.add_runtime_dependency 'nokogiri', '~> 1.6' s.add_runtime_dependency 'nokogiri', '~> 1.6'