From 213fee1579df5e7da85e7c5d922d936ff479dc71 Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Tue, 16 Jan 2024 10:48:25 -0500 Subject: [PATCH 1/2] Update utils.sh --- lib/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.sh b/lib/utils.sh index 7e3e13b..0d13b96 100644 --- a/lib/utils.sh +++ b/lib/utils.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-v20231225}" +RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-20240116}" RUBY_BUILD_TAG="$RUBY_BUILD_VERSION" echoerr() { From 474ae1c247781c900d7e5880690ebf20f8c43312 Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Tue, 16 Jan 2024 10:52:18 -0500 Subject: [PATCH 2/2] Correct RUBY_BUILD_VERSION value --- lib/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.sh b/lib/utils.sh index 0d13b96..71d80c2 100644 --- a/lib/utils.sh +++ b/lib/utils.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-20240116}" +RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-v20240116}" RUBY_BUILD_TAG="$RUBY_BUILD_VERSION" echoerr() {