Commit 9f3a593092bec4eb0542c8217f5ec5bf37c17dbe

Authored by Dmitriy Zaporozhets
2 parents 50c05b71 8403e99f

Merge pull request #3230 from DanKnox/update_gollum_repo_location

Update gollum repository location in the Gemfile.
Showing 1 changed file with 1 additions and 1 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/github/gollum.git" 107 +gem "gollum", "~> 2.4.0", git: "git://github.com/gollum/gollum.git", ref: "5dcd3c8c8f"
108 108
109 # Misc 109 # Misc
110 gem "foreman" 110 gem "foreman"