free_mutant/Gemfile
Markus Schirp 0fe8acc0ad Use morpher predicates for filtering
* Removes Mutant::Predicate
* Simplifies CLI builder logic
* More to come
2014-02-02 22:49:33 +01:00

12 lines
251 B
Ruby

# encoding: utf-8
source 'https://rubygems.org'
gem 'mutant', path: '.'
gem 'morpher', git: 'https://github.com/mbj/morpher.git'
gemspec name: 'mutant'
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
eval_gemfile 'Gemfile.devtools'