Skip to content

Commit c2933c3

Browse files
committed
Recommend an install of Ruby 2.2 instead of 2.1.5
Bump the docs repo itself to use 2.2
1 parent 58ad1ee commit c2933c3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: ruby
22
rvm:
3-
- 2.1.5
3+
- 2.2.0
44
cache: bundler

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
ruby '2.1.5'
3+
ruby '2.2.0'
44

55
gem 'activesupport'
66
gem "erector", "~> 0.10.0"
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.1.5
2+
rvm install 2.2
33
BASH
44

55
message "This downloads and compiles Ruby, which takes a while."
66
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
99
BASH
1010

1111
verify do
1212
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}"
1414
end
1515

1616
div do
1717
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
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.1.5`"
29+
message "Once that completes, retry `rvm install 2.2`"
3030
end
3131
end
3232

0 commit comments

Comments
 (0)