From 8ac84e0083f41a1887514d6112bbcd0ae3abc42b Mon Sep 17 00:00:00 2001 From: zopencommunity Date: Thu, 25 Dec 2025 15:02:21 +0000 Subject: [PATCH] Update ruby-version to 4.0.0 from 3.4.8 --- buildenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv b/buildenv index 49e5be2..6eab6c4 100644 --- a/buildenv +++ b/buildenv @@ -1,6 +1,6 @@ # Update bump details accordingly. Use bump check to confirm. # bump: ruby-version /RUBY_VERSION="(.*)"/ https://www.ruby-lang.org/en/downloads/releases/|re:/href=.*?ruby[._-]v?(\d+(?:\.\d+)+)\.t/$1/|semver:* -RUBY_VERSION="3.4.8" # Specify a stable release +RUBY_VERSION="4.0.0" # Specify a stable release RUBY_MAJOR=$(echo $RUBY_VERSION | cut -d '.' -f 1,2) # export ZOPEN_STABLE_TAG="v${RUBY_VERSION}"