We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0947f commit abad1f4Copy full SHA for abad1f4
doc/contributing/building_ruby.md
@@ -17,7 +17,7 @@
17
* [autoconf] - 2.67 or later
18
* [gperf] - 3.1 or later
19
* Usually unneeded; only if you edit some source files using gperf
20
- * ruby - 3.0 or later
+ * ruby - 3.1 or later
21
* We can upgrade this version to system ruby version of the latest
22
Ubuntu LTS.
23
* git - 2.32 or later
doc/windows.md
@@ -122,7 +122,7 @@ sh ../../ruby/configure -C --disable-install-doc --with-opt-dir=C:\Users\usernam
122
123
4. If you want to build from GIT source, following commands are required.
124
* `git`
125
- * `ruby` 3.0 or later
+ * `ruby` 3.1 or later
126
127
You can use [scoop](https://scoop.sh/) to install them like:
128
0 commit comments