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:
parent
f5407c226d
commit
d29681e60b
@ -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)
|
||||
|
@ -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
|
||||
################################################################################
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user