8000 Change MRI Ruby version in examples from 237 to 327 · devandroid/chruby@9baac0e · GitHub
[go: up one dir, main page]

Skip to content

Commit 9baac0e

Browse files
author
Michael Hutchinson
committed
Change MRI Ruby version in examples from 237 to 327
1 parent aa5da36 commit 9baac0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Add the following to `/etc/profile.d/chruby.sh` or `/etc/profile`:
105105
. /usr/local/share/chruby/chruby.sh
106106

107107
RUBIES=(
108-
/usr/local/ruby-1.9.3-p237
108+
/usr/local/ruby-1.9.3-p327
109109
/usr/local/jruby-1.7.0
110110
/usr/local/rubinius-2.0.0-rc1
111111
)
@@ -129,15 +129,15 @@ If you wish to set a default Ruby, simply call `chruby` in `~/.bashrc`:
129129
List available Rubies:
130130

131131
$ chruby
132-
ruby-1.9.3-p237
132+
ruby-1.9.3-p327
133133
jruby-1.7.0
134134
rubinius-2.0.0-rc1
135135

136136
Select a Ruby:
137137

138138
$ chruby 1.9.3
139139
$ chruby
140-
* ruby-1.9.3-p237
140+
* ruby-1.9.3-p327
141141
jruby-1.7.0
142142
rubinius-2.0.0-rc1
143143
$ echo $PATH

0 commit comments

Comments
 (0)
0