From f1ec0b7f953cd97ef437be2a45cea19993e389f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 05:44:45 +0000 Subject: [PATCH] Update asciidoctor requirement from 1.5.6.2 to 2.0.11 Updates the requirements on [asciidoctor](https://github.com/asciidoctor/asciidoctor) to permit the latest version. - [Release notes](https://github.com/asciidoctor/asciidoctor/releases) - [Changelog](https://github.com/asciidoctor/asciidoctor/blob/master/CHANGELOG.adoc) - [Commits](https://github.com/asciidoctor/asciidoctor/compare/v1.5.6.2...v2.0.11) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index de8b738a6..fb7ec245c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rake' -gem 'asciidoctor', '1.5.6.2' +gem 'asciidoctor', '2.0.11' gem 'json' gem 'awesome_print'