From 6af9f566106be9412bec743b25a9292ac39907cb Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Mon, 23 Dec 2019 17:15:54 -0500 Subject: [PATCH] Update ruby-build to v20191223 --- lib/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.sh b/lib/utils.sh index acf9fe7..087e1dc 100644 --- a/lib/utils.sh +++ b/lib/utils.sh @@ -1,4 +1,4 @@ -RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-v20191205}" +RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-v20191223}" RUBY_BUILD_TAG="$RUBY_BUILD_VERSION" echoerr() { -- GitLab