a7c3dc5339
* Uses a monkeypach extension to parser with a list of valid node types. * Add nodes, found to be uncovered to generic mutator.
14 lines
357 B
Ruby
14 lines
357 B
Ruby
# encoding: utf-8
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
gem 'unparser', git: 'https://github.com/mbj/unparser'
|
|
|
|
gemspec
|
|
|
|
gem 'mutant', path: '.'
|
|
|
|
group :development, :test do
|
|
gem 'triage', git: 'https://github.com/rom-rb/devtools.git', branch: 'triage-rename'
|
|
gem 'triage-deps', git: 'https://github.com/rom-rb/devtools.git', branch: 'triage-rename'
|
|
end
|