From b654972d2f4eb509c56d1507c1b1383bdef06b18 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 7 Sep 2026 20:32:28 +0900 Subject: [PATCH] Use OpenSSL 3.0.21 for Ruby 4.0.6-pshopify1 Ruby 4.0.6 uses OpenSSL 3.0.21 instead of 3.0.20. --- rubies/4.0.6-pshopify1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubies/4.0.6-pshopify1 b/rubies/4.0.6-pshopify1 index 5794163..9a16e81 100644 --- a/rubies/4.0.6-pshopify1 +++ b/rubies/4.0.6-pshopify1 @@ -19,5 +19,5 @@ # * Always allocate CDHASH in 80B slots (d7b49f6724) # * Allow fixed size hashes to be allocated in smaller slots (d96f01347e) -install_package "openssl-3.0.20" "https://github.com/openssl/openssl/releases/download/openssl-3.0.20/openssl-3.0.20.tar.gz#c80a01dfc70ece4dc21168932c37739042d404d46ccc81a5986dd75314ecda6f" openssl --if needs_openssl:1.1.1-3.x.x +install_package "openssl-3.0.21" "https://github.com/openssl/openssl/releases/download/openssl-3.0.21/openssl-3.0.21.tar.gz#617e29af8e421f46649484a4937e48c685e47f46488167c982f88bc4ec1d522f" openssl --if needs_openssl:1.1.1-3.x.x install_git "ruby-4.0.6-pshopify1" "https://github.com/Shopify/ruby.git" "v4.0.6-pshopify1" autoconf enable_shared standard