summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hawthorn <[email protected]>2024-02-26 12:09:34 -0800
committerJohn Hawthorn <[email protected]>2024-02-26 14:03:49 -0800
commitb8572c3f16f1633b25d3a2e9bf98d3454f881a57 (patch)
treeefac971f3d9d3c8452b132ab158df68831c6ea44
parentc9b6cd4223ec21e8eea65babd2543c6fbca57890 (diff)
BASERUBY is now >= 3.0
-rw-r--r--doc/contributing/building_ruby.md2
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: