diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-09-01 17:47:28 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-09-26 01:32:33 +0200 |
commit | 390183a4269684f64e2e290869bee21cf18bf160 (patch) | |
tree | 6f23a073c64509f7ceded3bf119baf3134cb45c1 /Gemfile | |
parent | 9cd5ff043a72001201b4c8192a45f8029ebe84ac (diff) | |
download | gitlab-ce-390183a4269684f64e2e290869bee21cf18bf160.tar.gz |
Factor out Emoji parsing using html-pipeline-gitlab
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 4 insertions, 1 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" @@ -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 |