File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
rvm :
3
- - 2.1.5
3
+ - 2.2.0
4
4
cache : bundler
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
- ruby '2.1.5 '
3
+ ruby '2.2.0 '
4
4
5
5
gem 'activesupport'
6
6
gem "erector" , "~> 0.10.0"
Original file line number Diff line number Diff line change 1
1
console <<-BASH
2
- rvm install 2.1.5
2
+ rvm install 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.1.5
8
- rvm --default use 2.1.5
7
+ rvm use 2.2
8
+ rvm --default use 2.2
9
9
BASH
10
10
11
11
verify do
12
12
console "ruby -v"
13
- fuzzy_result "ruby 2.1.5 {FUZZY}p273 (2014-11-13 revision 48405 ) [x86_64-darwin13.0 ]{/FUZZY}"
13
+ fuzzy_result "ruby 2.2.0p0 {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.1.5 ` says `autoreconf was not found in the PATH`" do
18
+ important "If `rvm install 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.1.5 `"
29
+ message "Once that completes, retry `rvm install 2.2 `"
30
30
end
31
31
end
32
32
You can’t perform that action at this time.
0 commit comments