提交 0eb5b0a0 编写于 作者: G Gabriel Mazetto

Use forked github-markup gem to enable python3 support with omnibus

上级 8ca0387f
......@@ -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'
......
GIT
remote: https://github.com/brodock/github-markup.git
revision: 62ff5993081920ad75016f2b87019dd14e3af137
branch: python3-fix
specs:
github-markup (1.4.0)
GEM
remote: https://rubygems.org/
specs:
......@@ -272,7 +279,6 @@ GEM
escape_utils (~> 1.1.0)
mime-types (>= 1.19)
rugged (>= 0.23.0b)
github-markup (1.4.0)
gitlab-flowdock-git-hook (1.0.1)
flowdock (~> 0.7)
gitlab-grit (>= 2.4.1)
......@@ -864,7 +870,7 @@ DEPENDENCIES
gemnasium-gitlab-service (~> 0.2)
gemojione (~> 3.0)
github-linguist (~> 4.7.0)
github-markup (~> 1.4)
github-markup (~> 1.4)!
gitlab-flowdock-git-hook (~> 1.0.1)
gitlab_git (~> 10.6.8)
gitlab_omniauth-ldap (~> 1.2.1)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册