Skip to content

Commit d759e7b

Browse files
Update asciidoctor-pdf requirement from 2.3.23 to 2.3.24 (#106)
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](asciidoctor/asciidoctor-pdf@v2.3.23...v2.3.24) --- updated-dependencies: - dependency-name: asciidoctor-pdf dependency-version: 2.3.24 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3915c7 commit d759e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'awesome_print', '1.9.2'
88

99
gem 'asciidoctor-fb2', '0.8.0'
1010
gem 'asciidoctor-epub3', '2.3.0'
11-
gem 'asciidoctor-pdf', '2.3.23'
11+
gem 'asciidoctor-pdf', '2.3.24'
1212

1313
gem 'coderay', '1.1.3'
1414
gem 'pygments.rb', '4.0.0'

0 commit comments

Comments
 (0)