Use triage split gems

This commit is contained in:
Markus Schirp 2013-10-13 20:29:28 +02:00
parent 41c69fd214
commit d055ab5085

View file

@ -7,7 +7,8 @@ gemspec
gem 'mutant', path: '.'
group :development, :test do
gem 'triage', git: 'https://github.com/rom-rb/devtools.git', :branch => 'triage-rename'
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'
end
eval_gemfile File.join(File.dirname(__FILE__), 'Gemfile.triage')