Skip to content

Commit 2bdd07c

Browse files
committed
Update examples to use latest MRI
1 parent 0416be2 commit 2bdd07c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Or, if you would like to install the latest development release:
6565
To install a Ruby version for use with rbenv, run `rbenv install` with
6666
the exact name of the version you want to install. For example,
6767

68-
rbenv install 1.9.3-p385
68+
rbenv install 1.9.3-p392
6969

7070
Ruby versions will be installed into a directory of the same name
7171
under `~/.rbenv/versions`.
@@ -84,7 +84,7 @@ Run the `ruby-build` command with the exact name of the version you
8484
want to install and the full path where you want to install it. For
8585
example,
8686

87-
ruby-build 1.9.3-p385 ~/local/ruby-1.9.3-p385
87+
ruby-build 1.9.3-p392 ~/local/ruby-1.9.3-p392
8888

8989
To see a list of all available Ruby versions, run `ruby-build
9090
--definitions`.

0 commit comments

Comments
 (0)