1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-21 09:33:53 +03:00

F OpenNebula/one#6770: Downgrade unf gem (< 0.2.0) for RedHat8 and AlmaLinux8 (#3286)

This commit is contained in:
Michal Opala 2024-11-05 09:42:19 +01:00 committed by GitHub
parent f5407c226d
commit d29681e60b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 2 deletions

View File

@ -194,7 +194,9 @@ GEM
polyglot (~> 0.3)
tzinfo (1.2.11)
thread_safe (~> 0.1)
unf (0.2.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.9.1)
uuidtools (2.2.0)
vsphere-automation-cis (0.4.7)
vsphere-automation-runtime (~> 0.4.6)
@ -269,6 +271,7 @@ DEPENDENCIES
sqlite3 (<= 1.6.9)
thin
treetop (>= 1.6.3)
unf (< 0.2.0)
uuidtools
vsphere-automation-cis (~> 0.4.6)
vsphere-automation-vcenter (~> 0.4.6)

View File

@ -39,6 +39,10 @@ if ruby_version >= Gem::Version.new('3.0.0')
gem 'rexml'
end
if ruby_version < Gem::Version.new('2.6.0')
gem 'unf', '< 0.2.0'
end
################################################################################
# gems groups
################################################################################

View File

@ -194,7 +194,9 @@ GEM
polyglot (~> 0.3)
tzinfo (1.2.11)
thread_safe (~> 0.1)
unf (0.2.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.9.1)
uuidtools (2.2.0)
vsphere-automation-cis (0.4.7)
vsphere-automation-runtime (~> 0.4.6)
@ -269,6 +271,7 @@ DEPENDENCIES
sqlite3 (<= 1.6.9)
thin
treetop (>= 1.6.3)
unf (< 0.2.0)
uuidtools
vsphere-automation-cis (~> 0.4.6)
vsphere-automation-vcenter (~> 0.4.6)