Skip to content

Commit

Permalink
Remove official support for JRuby 9.1 (9.2 is supported)
Browse files Browse the repository at this point in the history
9.1 has not seen updates since 2018 afaik. This aligns with 2.4+ support also.
  • Loading branch information
thbar committed Feb 9, 2020
1 parent c3577fc commit a35ecc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

- Breaking: the `kiba` command line is deprecated to encourage using `Kiba.parse` API. See [#81](https://github.com/thbar/kiba/pull/81) and release notes for details & migration path.
- Kiba now defaults to `StreamingRunner` (backward compatible & more powerful engine) [#83](https://github.com/thbar/kiba/pull/83).
- Kiba now officially supports MRI Ruby 2.4+ (although 2.3 will still work for now), JRuby 9.1+ or TruffleRuby.
- Kiba now officially supports MRI Ruby 2.4+ (although 2.3 will still work for now), JRuby 9.2+ or TruffleRuby.
- You may get warnings with Ruby 2.7 and errors with Ruby 2.8+. See [#85] for status on Ruby 3 keyword arguments support.

2.5.0
Expand Down

0 comments on commit a35ecc5

Please sign in to comment.