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:
parent
8f32fafae2
commit
cd3e5a1205
@ -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
|
||||
|
@ -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
|
||||
################################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user