free_mutant/Gemfile
2013-06-21 15:07:40 +02:00

8 lines
234 B
Ruby

source 'https://rubygems.org'
gemspec
gem 'unparser', :git => 'https://github.com/mbj/unparser'
gem 'devtools', :git => 'https://github.com/rom-rb/devtools.git'
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))