Skip to content

Commit

Permalink
Drop support for Ruby 1.9.3; add support for Ruby 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 20, 2016
1 parent a9bdad6 commit 8c2f9f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ language: ruby
sudo: false

rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3.1
- rbx-2
- ruby-head

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ First, make sure you have Ruby installed.

If the output looks something like this, you're in good shape:

ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-darwin13.0.0]
ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]

If the output looks more like this, you need to [install Ruby][ruby]:
[ruby]: https://www.ruby-lang.org/en/downloads/
Expand Down Expand Up @@ -287,10 +287,10 @@ the original code.
This library aims to support and is [tested against][travis] the following Ruby
implementations:

* Ruby 1.9.3
* Ruby 2.0.0
* Ruby 2.1
* Ruby 2.2
* Ruby 2.3

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

Expand Down

0 comments on commit 8c2f9f6

Please sign in to comment.