Change Ruby version to 3.2 in build instructions (#6274)
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
This commit is contained in:
parent
d767d15986
commit
5b01874479
|
@ -82,7 +82,7 @@ Follow these steps to set up your local copy of the repository:
|
|||
|
||||
```
|
||||
curl -sSL https://get.rvm.io | bash -s stable
|
||||
rvm install 2.7
|
||||
rvm install 3.2
|
||||
ruby -v
|
||||
```
|
||||
|
||||
|
@ -141,4 +141,4 @@ Optionally, you can install the [Vale VSCode](https://github.com/chrischinchilla
|
|||
|
||||
## Getting help
|
||||
|
||||
For help with the contribution process, reach out to one of the [points of contact](README.md#points-of-contact).
|
||||
For help with the contribution process, reach out to one of the [points of contact](README.md#points-of-contact).
|
||||
|
|
Loading…
Reference in New Issue