From 0f7648955327cc332d5ad15618b773a05bd0cc74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 17:01:05 +0000 Subject: [PATCH] Update asciidoctor-epub3 requirement from 2.2.0 to 2.3.0 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.2.0...v2.3.0) --- updated-dependencies: - dependency-name: asciidoctor-epub3 dependency-version: 2.3.0 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 2b3ffb1..208b96f 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'json', '2.13.2' gem 'awesome_print', '1.9.2' gem 'asciidoctor-fb2', '0.8.0' -gem 'asciidoctor-epub3', '2.2.0' +gem 'asciidoctor-epub3', '2.3.0' gem 'asciidoctor-pdf', '2.3.19' gem 'coderay', '1.1.3'