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:
authorMarin Jankovski <marin@gitlab.com>2014-05-28 14:23:03 +0400
committerMarin Jankovski <marin@gitlab.com>2014-05-28 14:23:03 +0400
commitdc158af665a32a28e19ef7efd849fdb7f22e7b6c (patch)
tree5d547cf06b1dd45c2a928175e9e0512d7791fd86 /Gemfile
parent8a3807c83880f71612b1e092c49e865d24e29704 (diff)
Add org-ruby for rendering .org files.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 9775334a7c1..eb4ca6569ca 100644
--- a/Gemfile
+++ b/Gemfile
@@ -85,6 +85,7 @@ gem "seed-fu"
# Markdown to HTML
gem "redcarpet", "~> 2.2.2"
gem "github-markup"
+gem "org-ruby" # For rendering .org files
# Diffs
gem 'diffy', '~> 3.0.3'