diff options
author | Gabriel Mazetto <gabriel@gitlab.com> | 2016-10-03 05:44:58 +0200 |
---|---|---|
committer | Gabriel Mazetto <gabriel@gitlab.com> | 2016-10-13 13:45:05 +0200 |
commit | 0eb5b0a08af7ebe68d515a68e2a94b3d0213393f (patch) | |
tree | 83682bc4ccf7c01ca146dc32088aa0b6f1946d15 /Gemfile | |
parent | 8ca0387fe5caeb09f02273d96ed3e6295b02d468 (diff) | |
download | gitlab-ce-0eb5b0a08af7ebe68d515a68e2a94b3d0213393f.tar.gz |
Use forked github-markup gem to enable python3 support with omnibus
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ gem 'seed-fu', '~> 2.3.5' # Markdown and HTML processing gem 'html-pipeline', '~> 1.11.0' gem 'deckar01-task_list', '1.0.5', require: 'task_list/railtie' -gem 'github-markup', '~> 1.4' +gem 'github-markup', '~> 1.4', git: 'https://github.com/brodock/github-markup.git', branch: 'python3-fix' gem 'redcarpet', '~> 3.3.3' gem 'RedCloth', '~> 4.3.2' gem 'rdoc', '~>3.6' |