Use 1.9 style hash literal syntax
This commit is contained in:
parent
7017d23157
commit
4499d1ffe6
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -7,6 +7,6 @@ gemspec
|
|||
gem 'mutant', path: '.'
|
||||
|
||||
group :development, :test do
|
||||
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'
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue