Remove useless option in Gemfile

This commit is contained in:
Markus Schirp 2013-10-13 21:19:49 +02:00
parent d055ab5085
commit 6aa8ac8c32

View file

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