Skip to content

Commit 3008823

Browse files
authored
Merge pull request #740 from ruby-concurrency/pitr-ch/support
Drop support for CRuby 1.9, JRuby 1.7, Rubinius. Add TruffleRuby
2 parents d419b5f + be86e26 commit 3008823

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ rvm:
1111
- 2.2.10
1212
- 2.1.10
1313
- 2.0.0
14-
- 1.9.3
1514

1615
- jruby-9.1.17.0
1716
- jruby-9.0.5.0
18-
- jruby-1.7.27
1917

2018
- ruby-head
2119
- ruby-2.6.0-preview2
@@ -41,7 +39,6 @@ matrix:
4139
allow_failures:
4240
- rvm: ruby-head
4341
- rvm: jruby-head
44-
- rvm: 1.9.3
4542
- rvm: rbx-3
4643
- rvm: ruby-2.6.0-preview2
4744

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,13 @@ be obeyed though. Features developed in `concurrent-ruby-edge` are expected to m
138138

139139
## Supported Ruby versions
140140

141-
MRI 1.9.3, 2.0 and above, JRuby 1.7x in 1.9 mode, JRuby 9000, and Rubinius 2.x are supported.
142-
This gem should be fully compatible with any interpreter that is compliant with Ruby 1.9.3 or newer.
141+
MRI 2.0 and above, JRuby 9000, TruffleRuby are supported.
142+
This gem should be fully compatible with any interpreter that is compliant with Ruby 2.0 or newer.
143143
Java 8 is preferred for JRuby but every Java version on which JRuby 9000 runs is supported.
144144

145+
Legacy support for Rubinius is kept but is no longer maintained, if you would like to help
146+
please respond to [#739](https://github.com/ruby-concurrency/concurrent-ruby/issues/739)
147+
145148
## Usage
146149

147150
Everything within this gem can be loaded simply by requiring it:

0 commit comments

Comments
 (0)