mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
Merge pull request #7471 from bbodenmiller/git-to-https
Change git protocol to https protocol in Gemfile for GitLab 5.0
This commit is contained in:
@@ -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"
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
GIT
|
||||
remote: git://github.com/gollum/gollum.git
|
||||
remote: https://github.com/gollum/gollum.git
|
||||
revision: 5dcd3c8c8f68158e43ff79861279088ee56d0ebe
|
||||
ref: 5dcd3c8c8f
|
||||
specs:
|
||||
|
||||
Reference in New Issue
Block a user