From 0023a27ec051d589d1782c23c617a45473be767b Mon Sep 17 00:00:00 2001
From: Manuel Mendez <mmendez534@gmail.com>
Date: Thu, 2 May 2013 10:22:19 -0300
Subject: [PATCH] Add asciidoctor gem.

Fixes issue #3506.
---
 Gemfile      | 3 +++
 Gemfile.lock | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/Gemfile b/Gemfile
index e4206ab3d0dbc..6446ff639af01 100644
--- a/Gemfile
+++ b/Gemfile
@@ -72,6 +72,9 @@ gem "seed-fu"
 gem "redcarpet",     "~> 2.2.2"
 gem "github-markup", "~> 0.7.4", require: 'github/markup'
 
+# Asciidoc to HTML
+gem  "asciidoctor"
+
 # Servers
 gem "puma", '~> 2.0.1'
 
diff --git a/Gemfile.lock b/Gemfile.lock
index b986539da1e8a..0a4d9fe4987a7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -46,6 +46,7 @@ GEM
       rails (~> 3.0)
     addressable (2.3.4)
     arel (3.0.2)
+    asciidoctor (0.1.3)
     awesome_print (1.1.0)
     backports (2.6.7)
     bcrypt-ruby (3.0.1)
@@ -517,6 +518,7 @@ PLATFORMS
 DEPENDENCIES
   acts-as-taggable-on
   annotate!
+  asciidoctor
   awesome_print
   better_errors
   binding_of_caller
-- 
GitLab