diff options
author | raju249 <rajendrakadam249@gmail.com> | 2019-06-17 11:29:45 +0530 |
---|---|---|
committer | raju249 <rajendrakadam249@gmail.com> | 2019-06-17 11:29:45 +0530 |
commit | c2ef8589e3b010dcf27adb31dea3ffe72d7a3f6d (patch) | |
tree | 26b9b8d8dab5d34a8887a03e0b5061129a534168 /Gemfile | |
parent | 207cdba1f2583541fd1847947f081aff9eb5cc68 (diff) | |
download | gitlab-ce-c2ef8589e3b010dcf27adb31dea3ffe72d7a3f6d.tar.gz |
Upgrade asciidoctor version to 2.0.10 and change menthod names in html5_converter
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -129,9 +129,9 @@ gem 'rdoc', '~> 6.0' gem 'org-ruby', '~> 0.9.12' gem 'creole', '~> 0.5.0' gem 'wikicloth', '0.8.1' -gem 'asciidoctor', '~> 1.5.8' +gem 'asciidoctor', '~> 2.0.10' gem 'asciidoctor-include-ext', '~> 0.3.1', require: false -gem 'asciidoctor-plantuml', '0.0.8' +gem 'asciidoctor-plantuml', '0.0.9' gem 'rouge', '~> 3.1' gem 'truncato', '~> 0.7.11' gem 'bootstrap_form', '~> 4.2.0' |