From 7154fd14db17021aacf370b7b0e0e2bd03fdf8ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 18:55:06 +0000 Subject: [PATCH] Update asciidoctor-epub3 requirement from 2.1.0 to 2.1.3 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/v2.1.0...v2.1.3) --- updated-dependencies: - dependency-name: asciidoctor-epub3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 569775da3..095b39769 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'json', '2.7.2' gem 'awesome_print', '1.9.2' gem 'asciidoctor-fb2', '0.7.0' -gem 'asciidoctor-epub3', '2.1.0' +gem 'asciidoctor-epub3', '2.1.3' gem 'asciidoctor-pdf', '2.3.15' gem 'coderay', '1.1.3'