Skip to content

Commit af3768b

Browse files
committed
Apply suggestions from code review
1 parent 0e65cb6 commit af3768b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/docs/webdev.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ rbenv init
3535
and **then follow the instructions printed for your current shell**. After you've installed rbenv on your system, use:
3636

3737
```bash
38-
rbenv install 3.2.1
38+
rbenv install 3.2.2
3939
```
4040

4141
to get a current version of Ruby downloaded and built for your system. Then,
4242
inside the main iris-hep website directory, run:
4343

4444
```bash
45-
rbenv local 3.2.1
45+
rbenv local 3.2.2
4646
```
4747

4848
This will add a file (`.ruby-version`, if you are curious) to your local

0 commit comments

Comments
 (0)