From 0747c475ef900a0c42306929007bc9d05243d425 Mon Sep 17 00:00:00 2001 From: Christopher Dean Hagmann Date: Wed, 11 Mar 2026 10:39:07 -0400 Subject: [PATCH] Update ruby-build to v20260311 --- lib/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.sh b/lib/utils.sh index c5e5dcc..f73ff5c 100644 --- a/lib/utils.sh +++ b/lib/utils.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-v20260222}" +RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-v20260311}" RUBY_BUILD_TAG="$RUBY_BUILD_VERSION" echoerr() {