summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-07-28 11:47:27 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2014-07-28 11:47:27 +0200
commitceabda743a14f2cbd8edfd704743765c8f58a743 (patch)
tree4a3af8c5f87255058a41fdca3f95a9713bca2333 /Gemfile
parentcb0d63b9e3fa464ae8c0cd9cf7bdb8d080a7e02f (diff)
downloadgitlab-ce-ceabda743a14f2cbd8edfd704743765c8f58a743.tar.gz
Improve markup gems
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile14
1 files changed, 9 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 86f8edbdad4..e61d9b2ff7d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -79,16 +79,20 @@ gem "six"
gem "seed-fu"
# Markdown to HTML
-gem "redcarpet", "~> 2.2.2"
gem "github-markup"
-gem "org-ruby" # For rendering .org files
+
+# Required markup gems by github-markdown
+gem 'redcarpet', '~> 2.2.2'
+gem 'RedCloth'
+gem 'rdoc', '~>3.6'
+gem 'org-ruby', '= 0.9.1'
+gem 'creole', '~>0.3.6'
+gem 'wikicloth', '=0.8.1'
+gem 'asciidoctor', '= 0.1.4'
# Diffs
gem 'diffy', '~> 3.0.3'
-# Asciidoc to HTML
-gem "asciidoctor"
-
# Application server
group :unicorn do
gem "unicorn", '~> 4.6.3'