From d055ab50858abd50cec5a00e75c5ea27c57cda80 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sun, 13 Oct 2013 20:29:28 +0200 Subject: [PATCH] Use triage split gems --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index aa5ee5dc..1e442945 100644 --- a/Gemfile +++ b/Gemfile @@ -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')