diff options
author | John Hawthorn <[email protected]> | 2024-02-26 12:09:34 -0800 |
---|---|---|
committer | John Hawthorn <[email protected]> | 2024-02-26 14:03:49 -0800 |
commit | b8572c3f16f1633b25d3a2e9bf98d3454f881a57 (patch) | |
tree | efac971f3d9d3c8452b132ab158df68831c6ea44 | |
parent | c9b6cd4223ec21e8eea65babd2543c6fbca57890 (diff) |
BASERUBY is now >= 3.0
-rw-r--r-- | doc/contributing/building_ruby.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing/building_ruby.md b/doc/contributing/building_ruby.md index aefad73530..1846445889 100644 --- a/doc/contributing/building_ruby.md +++ b/doc/contributing/building_ruby.md @@ -17,7 +17,7 @@ * autoconf - 2.67 or later * gperf - 3.1 or later * Usually unneeded; only if you edit some source files using gperf - * ruby - 2.7 or later + * ruby - 3.0 or later * We can upgrade this version to system ruby version of the latest Ubuntu LTS. 2. Install optional, recommended dependencies: |