Skip to content

Commit a5d4069

Browse files
Update asciidoctor-pdf requirement from 2.3.19 to 2.3.20 (#91)
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.19...v2.3.20) --- updated-dependencies: - dependency-name: asciidoctor-pdf dependency-version: 2.3.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9b4c7c commit a5d4069

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.19'
11+
gem 'asciidoctor-pdf', '2.3.20'
1212

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

0 commit comments

Comments
 (0)