Skip to content

Commit b083118

Browse files
authored
Apply suggestions from code review
1 parent 1f9d8d9 commit b083118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/docs/webdev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ rbenv init
3333
and **then follow the instructions printed for your current shell**. After you've installed rbenv on your system, use:
3434

3535
```bash
36-
rbenv install 3.2.1
36+
rbenv install 3.2.2
3737
```
3838

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

4242
```bash
43-
rbenv local 3.2.1
43+
rbenv local 3.2.2
4444
```
4545

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

0 commit comments

Comments
 (0)