Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Knox <dknox@threedotloft.com>2013-03-15 20:05:02 +0400
committerDan Knox <dknox@threedotloft.com>2013-03-15 20:05:02 +0400
commit8403e99f280f1d9bb79dbe73f0af16d87972bb7b (patch)
treea06ce72a1e242591f91419260e9ebe4af62100d5 /Gemfile
parentfdfc408d87fbeeda099f53ca9ebd348b65ea79b3 (diff)
Update gollum repository location in the Gemfile.
Github just moved the Gollum repository to it's own organization. This commit updates the Gemfile to point to the new repo location. I also added a specific ref pointer to a version that is known to work well just in case they slip up and break their master branch right at the same time someone happens to be installing or updating Gitlab. This is about the safest we can get until they put out the next release that resolves the Pygments dependency issue.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1815dfd52ac..a3502fbccdc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -104,7 +104,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/github/gollum.git"
+gem "gollum", "~> 2.4.0", git: "git://github.com/gollum/gollum.git", ref: "5dcd3c8c8f"
# Misc
gem "foreman"