Fix the version in missing-baseruby

This commit is contained in:
Takashi Kokubun 2024-02-20 09:13:36 -08:00
parent c184aa8740
commit c0e5de9567

View File

@ -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