Skip to content

Commit

Permalink
update ruby install to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tongueroo committed Jan 8, 2024
1 parent c7e9a15 commit 407e52d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _docs/install/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ With the rbenv git approach, you'll be able to use the latest available rubies b

Then install different ruby versions. Example:

rbenv install 3.0.3
rbenv global 3.0.3
echo 3.0.3 > ~/.ruby-version # on some systems this is needed
rbenv install 3.2.2
rbenv global 3.2.2
echo 3.2.2 > ~/.ruby-version # on some systems this is needed

Start a new terminal and confirm that you're using ruby provided by rbenv. You should see something like this:

Expand Down Expand Up @@ -80,9 +80,9 @@ And start a new terminal. You should be able see something like this:

Then install different ruby versions. Example:

rbenv install 3.0.3
rbenv global 3.0.3
echo 3.0.3 > ~/.ruby-version # on some systems this is needed
rbenv install 3.2.2
rbenv global 3.2.2
echo 3.2.2 > ~/.ruby-version # on some systems this is needed

### Uninstall Ruby and rbenv

Expand Down

0 comments on commit 407e52d

Please sign in to comment.