free_mutant/Gemfile

9 lines
200 B
Text
Raw Normal View History

source 'https://rubygems.org'
gemspec
2013-07-27 12:34:03 +02:00
gem 'mutant', path: '.'
2013-06-23 22:10:32 +02:00
2013-07-27 12:34:03 +02:00
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
eval(File.read(File.join(File.dirname(__FILE__), 'Gemfile.devtools')))