free_mutant/lib/mutant/ast
Bartek Bułat 0be9fa75d6 Add Ruby 2.4 support for mutant
Several steps were made to achieve mutant working with Ruby 2.4 without
warnings and spec failures:

* Fix Fixnum deprecation warning
* Update RuboCop to 0.47 and fix offenses
* Relax version requirements on parser gem
* Update diff-lcs to 1.3
* Update rake 11.x -> 12.x
* Update reek 4.5 -> 4.6 (to work with parser 2.4)
* Update json 2.0 -> 2.1
* Update parallel 1.10 -> 1.11
* Update simplecov 0.12 -> 0.14
* Run regexp_parser integration against v0.4.3 (as we requiring this
    exact version)
* Update warnings.yml with new whitelist
* Run CircleCI tests on Ruby 2.3 and 2.4 (Bundler.with_clean_env
    was causing troubles on new CircleCI 2.0 setup, so it was removed)
2017-07-06 11:18:41 +02:00
..
meta Add mutation from proc { } to lambda { } 2016-10-15 19:05:33 -07:00
regexp Add Ruby 2.4 support for mutant 2017-07-06 11:18:41 +02:00
meta.rb Move AST::Meta descendants to their own files 2015-08-19 21:02:18 -04:00
named_children.rb Add Ruby 2.4 support for mutant 2017-07-06 11:18:41 +02:00
node_predicates.rb Prefer String#chomp over String#sub 2014-06-29 22:21:47 +00:00
nodes.rb Fix RuboCop and Reek violations 2016-07-24 13:56:28 -07:00
regexp.rb Fix corpus indeterminsm 2016-12-12 06:51:30 +00:00
sexp.rb Remove redundant @api private YARD docs 2015-11-15 23:13:43 +00:00
types.rb Add Ruby 2.4 support for mutant 2017-07-06 11:18:41 +02:00