Skip to content

Commit 8c2f9f6

Browse files
committed
Drop support for Ruby 1.9.3; add support for Ruby 2.3.1
1 parent a9bdad6 commit 8c2f9f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ language: ruby
33
sudo: false
44

55
rvm:
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ First, make sure you have Ruby installed.
2828

2929
If 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

3333
If 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.
287287
This library aims to support and is [tested against][travis] the following Ruby
288288
implementations:
289289

290-
* Ruby 1.9.3
291290
* Ruby 2.0.0
292291
* Ruby 2.1
293292
* Ruby 2.2
293+
* Ruby 2.3
294294

295295
If something doesn't work on one of these Ruby versions, it's a bug.
296296

0 commit comments

Comments
 (0)