1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M #-: Gem rexml on Ruby 3.0+ (#1175)

This commit is contained in:
Vlastimil Holer 2021-04-30 15:49:06 +02:00 committed by Ruben S. Montero
parent 8f32fafae2
commit cd3e5a1205
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87
2 changed files with 6 additions and 0 deletions

View File

@ -124,6 +124,7 @@ GEM
nokogiri (~> 1.10)
optimist (~> 3.0)
rchardet (1.8.0)
rexml (3.2.5)
rotp (6.2.0)
rqrcode (1.2.0)
chunky_png (~> 1.0)
@ -222,6 +223,7 @@ DEPENDENCIES
public_suffix
rack
rbvmomi (~> 3.0.0)
rexml
rotp
rqrcode
sequel

View File

@ -34,6 +34,10 @@ if ruby_version < Gem::Version.new('2.1.0')
gem 'scrub_rb'
end
if ruby_version >= Gem::Version.new('3.0.0')
gem 'rexml'
end
################################################################################
# gems groups
################################################################################