From c62dea7f6fb6b02ef999706ad83157417a1cba84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:36:20 +0000 Subject: [PATCH] Update asciidoctor-fb2 requirement from 0.7.0 to 0.8.0 Updates the requirements on [asciidoctor-fb2](https://github.com/asciidoctor/asciidoctor-fb2) to permit the latest version. - [Release notes](https://github.com/asciidoctor/asciidoctor-fb2/releases) - [Changelog](https://github.com/asciidoctor/asciidoctor-fb2/blob/main/CHANGELOG.adoc) - [Commits](https://github.com/asciidoctor/asciidoctor-fb2/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: asciidoctor-fb2 dependency-version: 0.8.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 e765804..91cd1ef 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'asciidoctor', '2.0.26' gem 'json', '2.21.1' gem 'awesome_print', '1.9.2' -gem 'asciidoctor-fb2', '0.7.0' +gem 'asciidoctor-fb2', '0.8.0' gem 'asciidoctor-epub3', '2.3.0' gem 'asciidoctor-pdf', '2.3.24'