Skip to content
Snippets Groups Projects
Commit 01b7e2c8 authored by Ben Bodenmiller's avatar Ben Bodenmiller
Browse files

git -> https

Changes gems to use https path rather than git path. Git path does not
work behind some firewalls and/or proxies.
parent 0702bd67
No related branches found
No related tags found
2 merge requests!104685 0 stable,!7471Change git protocol to https protocol in Gemfile for GitLab 5.0
This commit is part of merge request !10468. Comments created here will be created in the context of that merge request.
Loading
Loading
@@ -105,7 +105,7 @@ gem 'settingslogic'
# github-linquist needs pygments 0.4.2 but Gollum 2.4.11
# requires pygments 0.3.2. The latest master Gollum has been updated
# to use pygments 0.4.2. Change this after next Gollum release.
gem "gollum", "~> 2.4.0", git: "git://github.com/gollum/gollum.git", ref: "5dcd3c8c8f"
gem "gollum", "~> 2.4.0", git: "https://github.com/gollum/gollum.git", ref: "5dcd3c8c8f"
 
# Misc
gem "foreman"
Loading
Loading
GIT
remote: git://github.com/gollum/gollum.git
remote: https://github.com/gollum/gollum.git
revision: 5dcd3c8c8f68158e43ff79861279088ee56d0ebe
ref: 5dcd3c8c8f
specs:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment