File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ language: ruby
33sudo : false
44
55rvm :
6- - 1.9.3
76 - 2.0.0
87 - 2.1
98 - 2.2
9+ - 2.3.1
1010 - rbx-2
1111 - ruby-head
1212
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ First, make sure you have Ruby installed.
2828
2929If the output looks something like this, you're in good shape:
3030
31- ruby 1.9.3p484 (2013-11-22 revision 43786 ) [x86_64-darwin13.0.0 ]
31+ ruby 2.3.1p112 (2016-04-26 revision 54768 ) [x86_64-darwin15 ]
3232
3333If the output looks more like this, you need to [ install Ruby] [ ruby ] :
3434[ ruby ] : https://www.ruby-lang.org/en/downloads/
@@ -287,10 +287,10 @@ the original code.
287287This library aims to support and is [ tested against] [ travis ] the following Ruby
288288implementations:
289289
290- * Ruby 1.9.3
291290* Ruby 2.0.0
292291* Ruby 2.1
293292* Ruby 2.2
293+ * Ruby 2.3
294294
295295If something doesn't work on one of these Ruby versions, it's a bug.
296296
You can’t perform that action at this time.
0 commit comments