From a2b3cac0f221b8ad93f2549641df073509d3536c Mon Sep 17 00:00:00 2001 From: FumiyaShibusawa Date: Mon, 25 Nov 2019 01:18:45 +0900 Subject: [PATCH] update: update ruby-build version to the latest --- lib/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.sh b/lib/utils.sh index 545eb66..7e75f5d 100644 --- a/lib/utils.sh +++ b/lib/utils.sh @@ -1,4 +1,4 @@ -RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-v20191111}" +RUBY_BUILD_VERSION="${ASDF_RUBY_BUILD_VERSION:-v20191124}" RUBY_BUILD_TAG="$RUBY_BUILD_VERSION" echoerr() { -- GitLab