Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7f4f5bdd authored by DOMINOIS Hugo's avatar DOMINOIS Hugo
Browse files

Merge branch 'rubyubuntu' into 'master'

[lib] Change version condition of ruby

See merge request !759
parents 65f9898b 50cda9e3
Branches
No related tags found
1 merge request!759[lib] Change version condition of ruby
Pipeline #1022968 passed with warnings
......@@ -13,7 +13,7 @@ IGNORE_SITES = %w[strasbourg]
$yaml_load_args = {}
#FIXME We cannot drop ruby 2.7 support until jenkins is on debian 11
$yaml_load_args[:aliases] = true if ::Gem::Version.new(RUBY_VERSION) >= ::Gem::Version.new('3.0.0')
$yaml_load_args[:aliases] = true if ::Gem::Version.new(RUBY_VERSION) >= ::Gem::Version.new('3.1.0')
# Ulgy function to order hash since order is different on ruby 2.7 and 3.x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment