Skip to content

Commit

Permalink
Merge pull request #191 from jnicklas/support-ruby_2_4-drop-2_1
Browse files Browse the repository at this point in the history
Support Ruby 2.2 or higher (Drop 2.1)
  • Loading branch information
gongo authored Apr 21, 2017
2 parents e2cc1e8 + ff0d1ab commit 48da66f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ matrix:
- rvm: ruby-head

rvm:
- 2.1
- 2.2
- 2.3.0
- 2.4.0
- ruby-head
- jruby-19mode

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ Please create a topic branch for every separate change you make.

### 1. Ruby

- Support Ruby 2.1 or higher
- Does not support Ruby 1.9.X and 2.0.X
- Does not work on Ruby 1.8.X
- Support Ruby 2.2 or higher
- Does not support Ruby (or does not work) 2.1.X or earlier

### 2. RSpec

Expand Down

0 comments on commit 48da66f

Please sign in to comment.