From c94d21377e46732fd20ec138ac4a5e1b510938cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 23:02:01 +0000 Subject: [PATCH] Update asciidoctor-pdf requirement from 2.3.20 to 2.3.21 Updates the requirements on [asciidoctor-pdf](https://github.com/asciidoctor/asciidoctor-pdf) to permit the latest version. - [Release notes](https://github.com/asciidoctor/asciidoctor-pdf/releases) - [Changelog](https://github.com/asciidoctor/asciidoctor-pdf/blob/main/CHANGELOG.adoc) - [Commits](https://github.com/asciidoctor/asciidoctor-pdf/compare/v2.3.20...v2.3.21) --- updated-dependencies: - dependency-name: asciidoctor-pdf dependency-version: 2.3.21 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 d94b0b9..4955dba 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'awesome_print', '1.9.2' gem 'asciidoctor-fb2', '0.8.0' gem 'asciidoctor-epub3', '2.3.0' -gem 'asciidoctor-pdf', '2.3.20' +gem 'asciidoctor-pdf', '2.3.21' gem 'coderay', '1.1.3' gem 'pygments.rb', '4.0.0'