From 2c8979c97a66b86cf101d3171f4fce41ab4ea8a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 14:19:36 +0000 Subject: [PATCH] Update asciidoctor-epub3 requirement from 1.5.0.alpha.19 to 1.5.1 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/main/CHANGELOG.adoc) - [Commits](https://github.com/asciidoctor/asciidoctor-epub3/compare/v1.5.0.alpha.19...v1.5.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 959c42707..bf410d710 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'asciidoctor', '2.0.15' gem 'json', '2.5.1' gem 'awesome_print', '1.9.2' -gem 'asciidoctor-epub3', '1.5.0.alpha.19' +gem 'asciidoctor-epub3', '1.5.1' gem 'asciidoctor-pdf', '1.6.0' gem 'coderay', '1.1.3'