Skip to content

Commit 3c439c8

Browse files
committed
Drop support of rubinius
because rake is not support rubinius ruby/rake#150
1 parent afecfdc commit 3c439c8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ rvm:
66
- 2.3.3
77
- 2.4.0
88
- jruby
9-
- rbx-2.4.1
9+
- rbx-3
10+
11+
matrix:
12+
allow_failures:
13+
- rvm: rbx-3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ Ryan Bates has put together an excellent RailsCast on OmniAuth:
156156

157157
## Supported Rubies
158158

159-
OmniAuth Twitter is tested under 2.1.x, 2.2.x, JRuby, and Rubinius.
159+
OmniAuth Twitter is tested under 2.1.x, 2.2.x and JRuby.
160160

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

163163
## Contributing
164164

0 commit comments

Comments
 (0)