free_mutant/Gemfile
2013-06-23 22:10:32 +02:00

8 lines
203 B
Ruby

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