Skip to content

Commit c4835b0

Browse files
committed
ruby 2.0.0 -> 2.1.5
1 parent d82263d commit c4835b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
console <<-BASH
2-
rvm install 2.0.0
2+
rvm install 2.1.5
33
BASH
44

55
message "This downloads and compiles Ruby, which takes a while."
66
console <<-BASH
7-
rvm use 2.0.0
8-
rvm --default use 2.0.0
7+
rvm use 2.1.5
8+
rvm --default use 2.1.5
99
BASH
1010

1111
verify do
1212
console "ruby -v"
13-
fuzzy_result "ruby 2.0.0{FUZZY}p247 (2013-06-27 revision 41674) [x86_64-darwin13.0.0]{/FUZZY}"
13+
fuzzy_result "ruby 2.1.5{FUZZY}p273 (2014-11-13 revision 48405) [x86_64-darwin13.0]{/FUZZY}"
1414
end
1515

1616
div do
1717
h1 "Troubleshooting"
18-
important "If `rvm install 2.0.0` says `autoreconf was not found in the PATH`" do
18+
important "If `rvm install 2.1.5` says `autoreconf was not found in the PATH`" do
1919
div do
2020
option_half "Mac OS" do
2121
console "brew install automake"
@@ -26,7 +26,7 @@ div do
2626
end
2727
end
2828

29-
message "Once that completes, retry `rvm install 2.0.0`"
29+
message "Once that completes, retry `rvm install 2.1.5`"
3030
end
3131
end
3232

0 commit comments

Comments
 (0)