From ec5acee822fe3c837167918e5be30f391f93850c Mon Sep 17 00:00:00 2001 From: Philip Theus Date: Tue, 13 Jan 2026 11:20:11 +0100 Subject: [PATCH 1/2] update ruby-build to support ruby 4.0.1 --- lib/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.sh b/lib/utils.sh index e9412ea..eb564b3 100644 --- a/lib/utils.sh +++ b/lib/utils.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-v20251225}" +RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-v20260113}" RUBY_BUILD_TAG="$RUBY_BUILD_VERSION" echoerr() { From abb0e3366a22440d9eb2ea047bd7b419bb878f13 Mon Sep 17 00:00:00 2001 From: Philip Theus Date: Wed, 14 Jan 2026 14:24:31 +0100 Subject: [PATCH 2/2] add Ruby 3.2.10 --- lib/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.sh b/lib/utils.sh index eb564b3..ee143d1 100644 --- a/lib/utils.sh +++ b/lib/utils.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-v20260113}" +RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-v20260114}" RUBY_BUILD_TAG="$RUBY_BUILD_VERSION" echoerr() {