From 3fdad1147f1ad152319f0233fa0103605fd96024 Mon Sep 17 00:00:00 2001 From: Godwin Date: Sun, 9 Apr 2017 12:55:34 -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 40a3606..be751f9 100644 --- a/Gemfile +++ b/Gemfile @@ -40,13 +40,13 @@ end if Dir.exists?('../bikecollectives_core') gem 'bikecollectives_core', path: '../bikecollectives_core' else - gem 'bikecollectives_core', git: 'https://github.com/bikebike/bikecollectives_core.git', branch: '2017' + gem 'bikecollectives_core', git: 'https://github.com/bikebike/bikecollectives_core.git' end if Dir.exists?('../bumbleberry') gem 'bumbleberry', path: '../bumbleberry' else - gem 'bumbleberry', git: 'https://github.com/bumbleberry/bumbleberry.git' + gem 'bumbleberry', git: 'https://github.com/bumbleberry/bumbleberry.git', branch: '2017' end