From c0e5de956717f206840658c07e1c1b5f31b50f98 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 20 Feb 2024 09:13:36 -0800 Subject: [PATCH] Fix the version in missing-baseruby --- tool/missing-baseruby.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/missing-baseruby.bat b/tool/missing-baseruby.bat index 5b615bd9a80eb6..34b37361e5ef6f 100755 --- a/tool/missing-baseruby.bat +++ b/tool/missing-baseruby.bat @@ -12,5 +12,5 @@ : ; abort () { exit 1; } call :warn "executable host ruby is required. use --with-baseruby option." -call :warn "Note that BASERUBY must be Ruby 2.7.0 or later." +call :warn "Note that BASERUBY must be Ruby 3.0.0 or later." call :abort