Change git protocol to https protocol in Gemfile for GitLab 5.0
Compare changes
Files
2+ 1
− 1
@@ -105,7 +105,7 @@ gem 'settingslogic'
gem "gollum", "~> 2.4.0", git: "git://github.com/gollum/gollum.git", ref: "5dcd3c8c8f"
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Created by: bbodenmiller
Changes gems to use https protocol rather than the git protocol for GitLab 5.0 release. Git protocol does not work behind some firewalls and/or proxies. This change helps users upgrading from 4.2 to 7.1 have a smoother upgrade process. Fixes https://github.com/gitlabhq/gitlabhq/issues/3416 & https://github.com/gitlabhq/gitlabhq/issues/3478.