free_mutant/Gemfile
Markus Schirp a7c3dc5339 Improve AST coverage of mutant
* Uses a monkeypach extension to parser with a list of valid node types.
* Add nodes, found to be uncovered to generic mutator.
2013-12-29 22:44:32 +01:00

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