From c1971e77808951081f02d3ad19b3a82d36a3c7b3 Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Tue, 19 Apr 2022 11:23:04 +0300 Subject: [PATCH] Revert "Update Ruby to 2.7.6" This reverts commit 63f674b0d45ed829e9c5be9010031365dfb97fbf. --- scripts/custom-docker-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/custom-docker-build b/scripts/custom-docker-build index c5b8430..956ec7e 100755 --- a/scripts/custom-docker-build +++ b/scripts/custom-docker-build @@ -192,7 +192,7 @@ function print_ruby_args() { ;; 2.7|2.7.patched) - RUBY_VERSION="2.7.6" + RUBY_VERSION="2.7.5" RUBY_DOWNLOAD_SHA256="2755b900a21235b443bb16dadd9032f784d4a88f143d852bc5d154f22b8781f1" ;;