From 5fe1f8b00a927d4d860f2278a62a51a5c382dcfd Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Tue, 11 May 2021 21:28:37 +0200 Subject: [PATCH] Update to latest ruby 2 version --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ac55011..eac4882 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -12,7 +12,7 @@ pkg_dependencies="\ git \ " -RUBY_VERSION="2.7.2" +RUBY_VERSION="2.7.3" NODEJS_VERSION="15.11.0" SOURCE="https://github.com/standardnotes/web"