From ead9c4abe47bbe39026ddba680fda5b8ec265797 Mon Sep 17 00:00:00 2001 From: Godwin Date: Sun, 9 Apr 2017 12:11:36 -0700 Subject: [PATCH] Switched branch of bumberberry until released --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index aa555a9..40a3606 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'launchy' if Dir.exists?('../lingua_franca') gem 'lingua_franca', path: '../lingua_franca' else - gem 'lingua_franca', git: 'https://github.com/lingua-franca/lingua_franca.git', :branch => '2017' + gem 'lingua_franca', git: 'https://github.com/lingua-franca/lingua_franca.git', branch: '2017' end if Dir.exists?('../marmara') @@ -40,7 +40,7 @@ end if Dir.exists?('../bikecollectives_core') gem 'bikecollectives_core', path: '../bikecollectives_core' else - gem 'bikecollectives_core', git: 'https://github.com/bikebike/bikecollectives_core.git' + gem 'bikecollectives_core', git: 'https://github.com/bikebike/bikecollectives_core.git', branch: '2017' end if Dir.exists?('../bumbleberry')