From 8ad79fac7476e6fbe53d267af6d9a74b6e24066b Mon Sep 17 00:00:00 2001 From: Brent Odell Date: Tue, 31 Mar 2020 18:57:32 -0500 Subject: [PATCH] Update ruby-build to v20200401 --- lib/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.sh b/lib/utils.sh index e5adb32..6c06665 100644 --- a/lib/utils.sh +++ b/lib/utils.sh @@ -1,4 +1,4 @@ -RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-v20200115}" +RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-v20200401}" RUBY_BUILD_TAG="$RUBY_BUILD_VERSION" echoerr() { -- GitLab