Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for CRuby 1.9, JRuby 1.7, Rubinius. Add TruffleRuby #740

Merged
merged 1 commit into from Jul 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -11,11 +11,9 @@ rvm:
- 2.2.10
- 2.1.10
- 2.0.0
- 1.9.3

- jruby-9.1.17.0
- jruby-9.0.5.0
- jruby-1.7.27

- ruby-head
- ruby-2.6.0-preview2
Expand All @@ -41,7 +39,6 @@ matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: 1.9.3
- rvm: rbx-3
- rvm: ruby-2.6.0-preview2

Expand Down
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -138,10 +138,13 @@ be obeyed though. Features developed in `concurrent-ruby-edge` are expected to m

## Supported Ruby versions

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

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

## Usage

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