diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-13 00:15:52 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-13 00:15:52 -0700 |
commit | a6e44bfdae9a656303e35bee7f0a412088719f8d (patch) | |
tree | 0a90fc7bcb6d81b8858eff5fd4f6653b4b6deb44 /Gemfile.lock | |
parent | 96c06d7f5f413918989c4a4673b604875f09b9cd (diff) | |
parent | 0023a27ec051d589d1782c23c617a45473be767b (diff) | |
download | gitlab-ce-a6e44bfdae9a656303e35bee7f0a412088719f8d.tar.gz |
Merge pull request #4296 from mmlb/fix-asciidoc-rendering
Add asciidoctor gem.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 34013e01986..313d2ffbca5 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 |