diff options
author | Kazuhiro NISHIYAMA <[email protected]> | 2024-01-18 08:45:09 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <[email protected]> | 2024-01-18 08:45:09 +0900 |
commit | 42177a8987c06678f0afed713457fa327d606c62 (patch) | |
tree | de7f75b63683d0b863f8d3a90a00d4084597fbe9 /doc/contributing/building_ruby.md | |
parent | 8370b3bc3255791004a273c8ea1d71ab0566b06d (diff) |
[DOC] Update ruby version in Building Ruby Dependencies
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 b2a7b007eb..411e9a60f9 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.5 or later + * ruby - 2.7 or later * We can upgrade this version to system ruby version of the latest Ubuntu LTS. 2. Install optional, recommended dependencies: |