Commit e48fdde4f818e96bc864cd358f056c63260f38e3

Authored by Dmitriy Zaporozhets
2 parents 747706a8 ba1dbd39

Merge pull request #3300 from aus/patch-1

Change gollum repo to use https:// instead of git://
Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
@@ -104,7 +104,7 @@ gem 'settingslogic' @@ -104,7 +104,7 @@ gem 'settingslogic'
104 # github-linquist needs pygments 0.4.2 but Gollum 2.4.11 104 # github-linquist needs pygments 0.4.2 but Gollum 2.4.11
105 # requires pygments 0.3.2. The latest master Gollum has been updated 105 # requires pygments 0.3.2. The latest master Gollum has been updated
106 # to use pygments 0.4.2. Change this after next Gollum release. 106 # to use pygments 0.4.2. Change this after next Gollum release.
107 -gem "gollum", "~> 2.4.0", git: "git://github.com/gollum/gollum.git", ref: "5dcd3c8c8f" 107 +gem "gollum", "~> 2.4.0", git: "https://github.com/gollum/gollum.git", ref: "5dcd3c8c8f"
108 108
109 # Misc 109 # Misc
110 gem "foreman" 110 gem "foreman"
1 GIT 1 GIT
2 - remote: git://github.com/gollum/gollum.git 2 + remote: https://github.com/gollum/gollum.git
3 revision: 5dcd3c8c8f68158e43ff79861279088ee56d0ebe 3 revision: 5dcd3c8c8f68158e43ff79861279088ee56d0ebe
4 ref: 5dcd3c8c8f 4 ref: 5dcd3c8c8f
5 specs: 5 specs: