From 88b2639a87f4e5fa22c33fb8c1bea3435b7cfad9 Mon Sep 17 00:00:00 2001 From: muthuja Date: Tue, 11 Jun 2024 17:10:07 +0530 Subject: [PATCH] use 3.2.0 version of openssl Signed-off-by: muthuja --- config/software/ruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/software/ruby.rb b/config/software/ruby.rb index a9af712a2..ad9092ac7 100644 --- a/config/software/ruby.rb +++ b/config/software/ruby.rb @@ -303,7 +303,7 @@ make "-j #{workers} install", env: env # set this here because two different clauses might use it - openssl_gem_version = project.overrides.dig(:ruby, :openssl_gem) || "3.0.0" + openssl_gem_version = project.overrides.dig(:ruby, :openssl_gem) || "3.2.0" # Remove this if clause once Ruby < 3.1 is not supported in combination with # OpenSSL >= 3.0