diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-02 11:18:40 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-02 11:18:40 +0300 |
commit | 6c3ad0dab639203961f8b3b2e59ffe78e9a21581 (patch) | |
tree | ec4c05f4948253b852aead1b7a4a1ca662c8de87 /Gemfile | |
parent | 51bc636eb34934747f7808b2fc0cd59e9cb8e6b6 (diff) | |
parent | 390183a4269684f64e2e290869bee21cf18bf160 (diff) | |
download | gitlab-ce-6c3ad0dab639203961f8b3b2e59ffe78e9a21581.tar.gz |
Merge pull request #7853 from Razer6/feature/html_pipeline
Factor out Emoji parsing using html-pipeline-gitlab
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -79,6 +79,9 @@ gem "six" # Seed data gem "seed-fu" +# Markup pipeline for GitLab +gem 'html-pipeline-gitlab', '~> 0.1.0' + # Markdown to HTML gem "github-markup" |