diff --git a/config/software/ruby.rb b/config/software/ruby.rb index 7a8735c3e..fdf92295a 100644 --- a/config/software/ruby.rb +++ b/config/software/ruby.rb @@ -168,7 +168,8 @@ if windows? && version.satisfies?("~> 3.0.0") patch source: "ruby-win32_resolv.patch", plevel: 0, env: patch_env end - if suse? && version.satisfies?("== 3.1.4") + + if suse? && version.satisfies?("= 3.1.4") patch source: "ruby-3.1.4-configure.patch", plevel: 1, env: patch_env end # RHEL6 has a base compiler that does not support -fstack-protector-strong, but we