Use triage split gems
This commit is contained in:
parent
41c69fd214
commit
d055ab5085
1 changed files with 2 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -7,7 +7,8 @@ gemspec
|
||||||
gem 'mutant', path: '.'
|
gem 'mutant', path: '.'
|
||||||
|
|
||||||
group :development, :test do
|
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
|
end
|
||||||
|
|
||||||
eval_gemfile File.join(File.dirname(__FILE__), 'Gemfile.triage')
|
eval_gemfile File.join(File.dirname(__FILE__), 'Gemfile.triage')
|
||||||
|
|
Loading…
Reference in a new issue