2013-07-28 14:36:12 -04:00
|
|
|
# encoding: utf-8
|
|
|
|
|
2012-07-23 10:37:44 -04:00
|
|
|
source 'https://rubygems.org'
|
|
|
|
|
|
|
|
gemspec
|
|
|
|
|
2013-07-28 14:36:12 -04:00
|
|
|
gem 'mutant', path: '.'
|
|
|
|
|
|
|
|
group :development, :test do
|
2013-10-13 14:29:28 -04:00
|
|
|
gem 'triage', git: 'https://github.com/rom-rb/devtools.git', :git => 'https://github.com/rom-rb/devtools.git', :branch => 'triage-rename'
|
|
|
|
gem 'triage-deps', git: 'https://github.com/rom-rb/devtools.git', :git => 'https://github.com/rom-rb/devtools.git', :branch => 'triage-rename'
|
2013-07-28 14:36:12 -04:00
|
|
|
end
|
2013-06-23 16:10:32 -04:00
|
|
|
|
2013-10-13 13:11:49 -04:00
|
|
|
eval_gemfile File.join(File.dirname(__FILE__), 'Gemfile.triage')
|