diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-01-20 17:45:45 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-01-20 17:54:22 +0900 |
commit | 1edef08ddadf0bd76122f830ef7953cda61c78aa (patch) | |
tree | 1267adfe65457f01dea92a4098da1c11be11adca /doc/contributing/building_ruby.md | |
parent | 6aa9c84500ceb9859a4b9bf08d296d3377988454 (diff) |
Added version policy of BASERUBY
[Misc #16671]
Diffstat (limited to 'doc/contributing/building_ruby.md')
-rw-r--r-- | doc/contributing/building_ruby.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/contributing/building_ruby.md b/doc/contributing/building_ruby.md index 63e3a4f429..a1617c190a 100644 --- a/doc/contributing/building_ruby.md +++ b/doc/contributing/building_ruby.md @@ -9,6 +9,7 @@ * bison - 3.0 or later * gperf - 3.0.3 or later * ruby - 2.2 or later + * We can upgrade this version to system ruby version of the latest Ubuntu LTS. 2. Install optional, recommended dependencies: |