Skip to content

Commit 59518c0

Browse files
ian.norristjgrathwell
authored andcommitted
fixing ruby version
1 parent 78ce702 commit 59518c0

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.2
2+
rvm install 2.2.2
33
BASH
44

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

1111
verify do
1212
console "ruby -v"
13-
fuzzy_result "ruby 2.2.0{FUZZY}p0 (2014-12-25 revision 49005) [x86_64-darwin13]{/FUZZY}"
13+
fuzzy_result "ruby 2.2.2{FUZZY}p0 (2014-12-25 revision 49005) [x86_64-darwin13]{/FUZZY}"
1414
end
1515

1616
div do
1717
h1 "Troubleshooting"
18-
important "If `rvm install 2.2` says `autoreconf was not found in the PATH`" do
18+
important "If `rvm install 2.2.2` 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.2`"
29+
message "Once that completes, retry `rvm install 2.2.2`"
3030
end
3131
end
3232

0 commit comments

Comments
 (0)