free_mutant/Gemfile
Markus Schirp 97a75dd062 Cleanup mutation generation
This is a reaction to the to_source rewrite

* Do not use 1.8 specific nodes anymore
* Do not generate AST nodes that would not be generatable from source
2013-01-09 20:43:06 +01:00

8 lines
221 B
Ruby

source 'https://rubygems.org'
gemspec
gem 'to_source', :path => '../to_source'
gem 'devtools', :git => 'https://github.com/datamapper/devtools.git'
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))