From a00f05839a72a715774052273f654828b8de9b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 06:14:35 +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-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ac0571ed..bdfcbd9a 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'asciidoctor', '2.0.22' gem 'json', '2.9.1' 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'