From b8572c3f16f1633b25d3a2e9bf98d3454f881a57 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Mon, 26 Feb 2024 12:09:34 -0800 Subject: [PATCH] BASERUBY is now >= 3.0 --- doc/contributing/building_ruby.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: