Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-02 12:18:40 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-02 12:18:40 +0400
commit6c3ad0dab639203961f8b3b2e59ffe78e9a21581 (patch)
treeec4c05f4948253b852aead1b7a4a1ca662c8de87 /Gemfile
parent51bc636eb34934747f7808b2fc0cd59e9cb8e6b6 (diff)
parent390183a4269684f64e2e290869bee21cf18bf160 (diff)
Merge pull request #7853 from Razer6/feature/html_pipeline
Factor out Emoji parsing using html-pipeline-gitlab
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8e5d0c8cb7f..b6ef87fb79d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"