diff --git a/tool/missing-baseruby.bat b/tool/missing-baseruby.bat index 5b615bd9a8..34b37361e5 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