From 80bb361002c17f4651210f766f72a81d58becf22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 01:38:29 +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 0893f08a..1d908524 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'