diff options
author | Takashi Kokubun <[email protected]> | 2025-05-13 13:39:45 -0700 |
---|---|---|
committer | <[email protected]> | 2025-05-13 13:39:45 -0700 |
commit | 2279da2c916038e0118fbdcd02bc145f9c282d6a () | |
tree | f135298bcf03a67fc65c1993ad9c3890e243377e /tool | |
parent | b6698114e61208e2711f42a05fdf7b0d4f5e37a3 (diff) |
Bump the required BASERUBY version to 3.1 (#13321)
Notes: Merged-By: k0kubun <[email protected]>
-rwxr-xr-x | tool/missing-baseruby.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,6 +18,6 @@ : ; abort () { exit 1; } call :warn "executable host ruby is required. use --with-baseruby option." -call :warn "Note that BASERUBY must be Ruby 3.0.0 or later." call :abort : || (:^; abort if RUBY_VERSION < s[%r"warn .*Ruby ([\d.]+)(?:\.0)?",1]) |