diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-01-20 17:38:29 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-01-20 17:38:29 +0900 |
commit | ea10dea6c7cb2347a12228151795b14e79d96391 (patch) | |
tree | 71c1270fe551055adbe30f0ea59df0806880f33b /doc/contributing/building_ruby.md | |
parent | a0626e11aaedd298d367f4eefde3cf590e8010be (diff) |
fixed wrong version of baseruby
Diffstat (limited to 'doc/contributing/building_ruby.md')
-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 1ac7a375f8..bec90e287a 100644 --- a/doc/contributing/building_ruby.md +++ b/doc/contributing/building_ruby.md @@ -8,7 +8,7 @@ * autoconf - 2.67 or later * bison - 3.0 or later * gperf - 3.0.3 or later - * ruby - 2.7 or later + * ruby - 2.2 or later 2. Install optional, recommended dependencies: |