Skip to content

Commit

Permalink
Drop support of rubinius
Browse files Browse the repository at this point in the history
because rake is not support rubinius
ruby/rake#150
  • Loading branch information
unasuke committed Jan 6, 2017
1 parent ecbd65f commit 3c42573
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ rvm:
- 2.3.3
- 2.4.0
- jruby-1.7.26
- rbx-2.4.1
- rbx-3

matrix:
allow_failures:
- rvm: rbx-3
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ Ryan Bates has put together an excellent RailsCast on OmniAuth:

## Supported Rubies

OmniAuth Twitter is tested under 2.1.x, 2.2.x, JRuby, and Rubinius.
OmniAuth Twitter is tested under 2.1.x, 2.2.x and JRuby.

If you use its gem on ruby 1.9.x or 2.0.x, use version v1.2.1 .
If you use its gem on ruby 1.9.x, 2.0.x, or Rubinius use version v1.2.1 .

## Contributing

Expand Down

0 comments on commit 3c42573

Please sign in to comment.