diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-29 14:17:13 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-29 14:17:13 +0200 |
commit | 4d0ce5e85be98960584d6a6e78399f623b55eafd (patch) | |
tree | d6de6f80e039f5bfbdcb0ac34224740d9c0a0b08 /Gemfile | |
parent | 231b91d0c819ef1e4fb1beb23c5decfa34876ec6 (diff) | |
download | gitlab-ce-4d0ce5e85be98960584d6a6e78399f623b55eafd.tar.gz |
Fix 500 for rdoc files
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |