File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
console <<-BASH
2
- rvm install 2.2
2
+ rvm install 2.2.2
3
3
BASH
4
4
5
5
message "This downloads and compiles Ruby, which takes a while."
6
6
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
9
9
BASH
10
10
11
11
verify do
12
12
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}"
14
14
end
15
15
16
16
div do
17
17
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
19
19
div do
20
20
option_half "Mac OS" do
21
21
console "brew install automake"
26
26
end
27
27
end
28
28
29
- message "Once that completes, retry `rvm install 2.2`"
29
+ message "Once that completes, retry `rvm install 2.2.2 `"
30
30
end
31
31
end
32
32
You can’t perform that action at this time.
0 commit comments