Commit 0023a27ec051d589d1782c23c617a45473be767b

Authored by Manuel Mendez
Committed by Manuel Mendez
1 parent 995e656a

Add asciidoctor gem.

Fixes issue #3506.
Showing 2 changed files with 5 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -72,6 +72,9 @@ gem "seed-fu"
72 72 gem "redcarpet", "~> 2.2.2"
73 73 gem "github-markup", "~> 0.7.4", require: 'github/markup'
74 74  
  75 +# Asciidoc to HTML
  76 +gem "asciidoctor"
  77 +
75 78 # Servers
76 79 gem "puma", '~> 2.0.1'
77 80  
... ...
Gemfile.lock
... ... @@ -46,6 +46,7 @@ GEM
46 46 rails (~> 3.0)
47 47 addressable (2.3.4)
48 48 arel (3.0.2)
  49 + asciidoctor (0.1.3)
49 50 awesome_print (1.1.0)
50 51 backports (2.6.7)
51 52 bcrypt-ruby (3.0.1)
... ... @@ -517,6 +518,7 @@ PLATFORMS
517 518 DEPENDENCIES
518 519 acts-as-taggable-on
519 520 annotate!
  521 + asciidoctor
520 522 awesome_print
521 523 better_errors
522 524 binding_of_caller
... ...