Update readme to reflect current supported ruby version

This commit is contained in:
Markus Schirp 2018-11-20 13:45:54 +00:00
parent 66490875e0
commit ccb08f69ef

View file

@ -12,8 +12,7 @@ Mutant is a mutation testing tool for Ruby.
The idea is that if code can be changed and your tests do not notice, then either that code isn't being covered
or it does not have a speced side effect.
Mutant supports ruby >= 2.1, while support for JRuby is planned.
It should also work under any Ruby engine that supports POSIX-fork(2) semantics.
Mutant supports ruby >= 2.5, MRI only.
Mutant uses a pure Ruby [parser](https://github.com/whitequark/parser) and an [unparser](https://github.com/mbj/unparser)
to do its magic.