Commit graph

18 commits

Author SHA1 Message Date
Markus Schirp
3a1c2894b2 Upgrade unparser dependency to 0.3.0 2018-11-16 16:11:38 +00:00
Markus Schirp
dd20be2c40 Remove ffi dev dependency 2018-11-12 12:39:58 +00:00
Markus Schirp
f41853eced Remove parallel as runtime dependency 2018-11-11 21:17:09 +00:00
Markus Schirp
1ec9b39a5d Fix stale Gemfile.lock 2018-11-11 21:17:07 +00:00
Dan Kubb
4e8967a9aa Fix mutant dependency in Gemfile.lock 2018-11-06 09:28:13 -08:00
Jannosch Müller
82c546fe92 Use regexp_parser 1.2.0 2018-10-13 12:33:44 +02:00
Markus Schirp
d6a2195744 Upgrade parser dependency 2018-09-12 13:15:43 +00:00
Markus Schirp
99ab9ff171 Change required Ruby version to >=2.3
* This commit does every 2.3 change required to get the build pass
* None of the changes can be extracted, without changing the build setup
2018-09-12 14:21:24 +00:00
Firas Zaidan
b95aa9c05a Whitelist regexp_parser warning and bump regexp_parser to 0.4.9
* Add regexp_xgrapheme_type
2018-01-23 23:49:13 +01:00
Daniel Amireh
ec5c8eb9b0 Add support for RSpec 3.7 2018-01-23 16:23:54 +01:00
Bartek Bułat
fbb382d570 Bump regexp_parser version to 0.4.4
This version allows to run tests on Ruby 2.3.4.
2017-07-13 10:44:45 +02:00
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
ojab
f53ad53d87
Update regexp_parser dependency to 0.4.3 2017-06-30 05:07:56 +00:00
Krzysztof Rybka
99fcf50846 Add support for rspec-3.6 2017-06-01 23:14:44 +02:00
Markus Schirp
d20d9971a1 Fix corpus indeterminsm
* Bump `regexp_parser` dependency
* Simplify `regexp_parser` call side
* Fix corpus checkout indeterminism
* Checkin Gemfile.lock for deterministic builds
* Set circle ruby to 2.3.3
2016-12-12 06:51:30 +00:00
Markus Schirp
98a03b659f Remove Gemfile.lock from repo 2012-07-26 19:40:55 +02:00
Markus Schirp
df6ccafeab Add method matcher infrastructure
Needs more specs for sure. Especially edge cases.
2012-07-23 22:54:35 +02:00
Markus Schirp
8c1fa8dace Add project infrastructure
* This infrastructure, especially the rake tasks should be
  gemified at some point in the future. I copied exactly the same
  bytes many times in the last month.
2012-07-23 16:37:44 +02:00