From 7a867a30e796cb96352ecd6b9c4f4576d4794763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:26:21 +0000 Subject: [PATCH] Update asciidoctor-pdf requirement from 2.3.15 to 2.3.17 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.15...v2.3.17) --- updated-dependencies: - dependency-name: asciidoctor-pdf 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 095b39769..b9ce05859 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'awesome_print', '1.9.2' gem 'asciidoctor-fb2', '0.7.0' gem 'asciidoctor-epub3', '2.1.3' -gem 'asciidoctor-pdf', '2.3.15' +gem 'asciidoctor-pdf', '2.3.17' gem 'coderay', '1.1.3' gem 'pygments.rb', '2.4.1'