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