From 3c5d6272863de6e351d333489a4649ef178b0b42 Mon Sep 17 00:00:00 2001 From: zfletch Date: Tue, 25 Sep 2018 14:01:49 -0400 Subject: [PATCH] use https for git dependencies --- Gemfile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index cbff40b..64d9d22 100644 --- a/Gemfile +++ b/Gemfile @@ -5,19 +5,19 @@ gemspec gem 'coveralls', '0.8.21', require: false -gem 'llt-core', git: 'git://github.com/perseids-project/llt-core.git' -gem 'llt-constants', git: 'git://github.com/perseids-project/llt-constants.git' -gem 'llt-db_handler', git: 'git://github.com/perseids-project/llt-db_handler.git' -gem 'llt-helpers', git: 'git://github.com/perseids-project/llt-helpers.git' -gem 'llt-logger', git: 'git://github.com/perseids-project/llt-logger.git' -gem 'llt-review', git: 'git://github.com/perseids-project/llt-review.git' -gem 'llt-segmenter', git: 'git://github.com/perseids-project/llt-segmenter.git' -gem 'llt-xml_handler', git: 'git://github.com/perseids-project/llt-xml_handler.git' -gem 'llt-tokenizer', git: 'git://github.com/perseids-project/llt-tokenizer.git' +gem 'llt-core', git: 'https://github.com/perseids-project/llt-core.git' +gem 'llt-constants', git: 'https://github.com/perseids-project/llt-constants.git' +gem 'llt-db_handler', git: 'https://github.com/perseids-project/llt-db_handler.git' +gem 'llt-helpers', git: 'https://github.com/perseids-project/llt-helpers.git' +gem 'llt-logger', git: 'https://github.com/perseids-project/llt-logger.git' +gem 'llt-review', git: 'https://github.com/perseids-project/llt-review.git' +gem 'llt-segmenter', git: 'https://github.com/perseids-project/llt-segmenter.git' +gem 'llt-xml_handler', git: 'https://github.com/perseids-project/llt-xml_handler.git' +gem 'llt-tokenizer', git: 'https://github.com/perseids-project/llt-tokenizer.git' # Dependencies of db_handler -gem 'llt-core_extensions', git: 'git://github.com/perseids-project/llt-core_extensions.git' -gem 'llt-form_builder', git: 'git://github.com/perseids-project/llt-form_builder.git' +gem 'llt-core_extensions', git: 'https://github.com/perseids-project/llt-core_extensions.git' +gem 'llt-form_builder', git: 'https://github.com/perseids-project/llt-form_builder.git' platform :ruby do gem 'pg'