From f063c6347ca81ba0a7ac512b101d94bfb7655d68 Mon Sep 17 00:00:00 2001 From: Dwi Prihandi Date: Wed, 12 Jun 2024 20:03:27 +0700 Subject: [PATCH] Bump ruby-build version to v20240612 (#403) https://github.com/rbenv/ruby-build/releases/tag/v20240612 --- lib/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.sh b/lib/utils.sh index 2160a2d..d61cfdd 100644 --- a/lib/utils.sh +++ b/lib/utils.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-v20240530.1}" +RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-v20240612}" RUBY_BUILD_TAG="$RUBY_BUILD_VERSION" echoerr() {