summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorGabriel Mazetto <gabriel@gitlab.com>2016-10-03 05:44:58 +0200
committerGabriel Mazetto <gabriel@gitlab.com>2016-10-13 13:45:05 +0200
commit0eb5b0a08af7ebe68d515a68e2a94b3d0213393f (patch)
tree83682bc4ccf7c01ca146dc32088aa0b6f1946d15 /Gemfile
parent8ca0387fe5caeb09f02273d96ed3e6295b02d468 (diff)
downloadgitlab-ce-0eb5b0a08af7ebe68d515a68e2a94b3d0213393f.tar.gz
Use forked github-markup gem to enable python3 support with omnibus
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 230561f90d3..7323776d24c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'