We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e65cb6 commit af3768bCopy full SHA for af3768b
pages/docs/webdev.md
@@ -35,14 +35,14 @@ rbenv init
35
and **then follow the instructions printed for your current shell**. After you've installed rbenv on your system, use:
36
37
```bash
38
-rbenv install 3.2.1
+rbenv install 3.2.2
39
```
40
41
to get a current version of Ruby downloaded and built for your system. Then,
42
inside the main iris-hep website directory, run:
43
44
45
-rbenv local 3.2.1
+rbenv local 3.2.2
46
47
48
This will add a file (`.ruby-version`, if you are curious) to your local
0 commit comments