Remove useless option in Gemfile
This commit is contained in:
parent
d055ab5085
commit
6aa8ac8c32
1 changed files with 2 additions and 4 deletions
6
Gemfile
6
Gemfile
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue