Skip to content

Commit abad1f4

Browse files
committed
[DOC] Update required baseruby version
1 parent 0b0947f commit abad1f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/contributing/building_ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* [autoconf] - 2.67 or later
1818
* [gperf] - 3.1 or later
1919
* Usually unneeded; only if you edit some source files using gperf
20-
* ruby - 3.0 or later
20+
* ruby - 3.1 or later
2121
* We can upgrade this version to system ruby version of the latest
2222
Ubuntu LTS.
2323
* git - 2.32 or later

doc/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ sh ../../ruby/configure -C --disable-install-doc --with-opt-dir=C:\Users\usernam
122122
123123
4. If you want to build from GIT source, following commands are required.
124124
* `git`
125-
* `ruby` 3.0 or later
125+
* `ruby` 3.1 or later
126126
127127
You can use [scoop](https://scoop.sh/) to install them like:
128128

0 commit comments

Comments
 (0)