From f9edf7cf075dce4eadc2a860ad32329d40c52e8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 10:24:58 +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 478d3dfe..4731938f 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'bigdecimal' gem 'base64' gem 'awesome_print', '1.9.2' -gem 'asciidoctor-fb2', '0.7.0' +gem 'asciidoctor-fb2', '0.8.0' gem 'asciidoctor-epub3', '2.1.3' gem 'asciidoctor-pdf', '2.3.17'