From 1d8e1c94c2f68fad797db9ceceadf1f2671e28bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2020 09:16:19 +0000 Subject: [PATCH] Update asciidoctor requirement from 1.5.6.1 to 2.0.10 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.1...v2.0.10) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4ecffb4f..518e968f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rake' -gem 'asciidoctor', '1.5.6.1' +gem 'asciidoctor', '2.0.10' gem 'json' gem 'awesome_print'