Switched branch of bumberberry until released

This commit is contained in:
Godwin 2017-04-09 12:11:36 -07:00
parent d1db46ffaf
commit ead9c4abe4

View File

@ -28,7 +28,7 @@ gem 'launchy'
if Dir.exists?('../lingua_franca') if Dir.exists?('../lingua_franca')
gem 'lingua_franca', path: '../lingua_franca' gem 'lingua_franca', path: '../lingua_franca'
else 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 end
if Dir.exists?('../marmara') if Dir.exists?('../marmara')
@ -40,7 +40,7 @@ end
if Dir.exists?('../bikecollectives_core') if Dir.exists?('../bikecollectives_core')
gem 'bikecollectives_core', path: '../bikecollectives_core' gem 'bikecollectives_core', path: '../bikecollectives_core'
else 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 end
if Dir.exists?('../bumbleberry') if Dir.exists?('../bumbleberry')