From 835fac04dae929e92c36e032f9486286a7abba38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 06:15:13 +0000 Subject: [PATCH] Update asciidoctor-epub3 requirement Updates the requirements on [asciidoctor-epub3](https://github.com/asciidoctor/asciidoctor-epub3) to permit the latest version. - [Release notes](https://github.com/asciidoctor/asciidoctor-epub3/releases) - [Changelog](https://github.com/asciidoctor/asciidoctor-epub3/blob/master/CHANGELOG.adoc) - [Commits](https://github.com/asciidoctor/asciidoctor-epub3/compare/v1.5.0.alpha.18...v1.5.0.alpha.19) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3321641df..9d174518b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'asciidoctor', '2.0.11' gem 'json', '2.3.1' gem 'awesome_print', '1.8.0' -gem 'asciidoctor-epub3', '1.5.0.alpha.18' +gem 'asciidoctor-epub3', '1.5.0.alpha.19' gem 'asciidoctor-pdf', '1.5.3' gem 'coderay', '1.1.3'