Commit a6e44bfdae9a656303e35bee7f0a412088719f8d
Exists in
master
and in
4 other branches
Merge pull request #4296 from mmlb/fix-asciidoc-rendering
Add asciidoctor gem.
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
Gemfile
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 | ... | ... |