free_mutant/Gemfile

14 lines
249 B
Text
Raw Normal View History

2013-07-28 14:36:12 -04:00
# encoding: utf-8
source 'https://rubygems.org'
gemspec
2013-07-28 14:36:12 -04:00
gem 'mutant', path: '.'
group :development, :test do
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
end
2013-06-23 16:10:32 -04:00
2013-07-28 14:36:12 -04:00
eval_gemfile File.join(File.dirname(__FILE__), 'Gemfile.devtools')