From 4499d1ffe64d64cb9a4ce1b4878746845a386eb9 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Thu, 31 Oct 2013 17:42:35 +0100 Subject: [PATCH] Use 1.9 style hash literal syntax --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 9e547518..d74f9cdb 100644 --- a/Gemfile +++ b/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