From 50ace82ec4aa09c5d5875f76dc8585a209a4c5e9 Mon Sep 17 00:00:00 2001 From: zopencommunity Date: Wed, 17 Dec 2025 15:02:56 +0000 Subject: [PATCH] Update ruby-version to 3.4.8 from 3.4.7 --- buildenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv b/buildenv index 51cf2b0..49e5be2 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.7" # Specify a stable release +RUBY_VERSION="3.4.8" # Specify a stable release RUBY_MAJOR=$(echo $RUBY_VERSION | cut -d '.' -f 1,2) # export ZOPEN_STABLE_TAG="v${RUBY_VERSION}"