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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-29 16:17:13 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-29 16:17:13 +0400
commit4d0ce5e85be98960584d6a6e78399f623b55eafd (patch)
treed6de6f80e039f5bfbdcb0ac34224740d9c0a0b08 /Gemfile
parent231b91d0c819ef1e4fb1beb23c5decfa34876ec6 (diff)
Fix 500 for rdoc files
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1914be7e706..1ca78885ff8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -79,7 +79,7 @@ gem "seed-fu"
# Markdown to HTML
gem "redcarpet", "~> 2.2.2"
-gem "github-markup", "~> 0.7.4", require: 'github/markup'
+gem "github-markup", "~> 0.7.4", require: 'github/markup', git: 'https://github.com/gitlabhq/markup.git', ref: '61ade389c1e1c159359338f570d18464a44ddbc4'
# Asciidoc to HTML
gem "asciidoctor"