From 390183a4269684f64e2e290869bee21cf18bf160 Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Mon, 1 Sep 2014 17:47:28 +0200 Subject: Factor out Emoji parsing using html-pipeline-gitlab --- Gemfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index cfc205fd866..e5acee58adf 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" @@ -157,7 +160,7 @@ gem "rack-attack" # Ace editor gem 'ace-rails-ap' -# Keyboard shortcuts +# Keyboard shortcuts gem 'mousetrap-rails' # Semantic UI Sass for Sidebar -- cgit v1.2.3