mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
Asciidoctor-pdf 2.3.6 [undefined method `absolute_path?' for File:Class] error #180
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @golbiga on GitHub.
Looks like we have a compatibility issue with asciidoctor-pdf 2.3.6. If you're using an existing repo which was built pre 2.3.6 you wont see this issue but newer builds will.
Hardcoding the asciidoctor-pdf version resolves the issue:
gem 'asciidoctor-pdf', '~> 2.3', '< 2.3.6'.Looking into a more permanent fix, if none can be found, will update the Gemfile in the project.
@robertgendler commented on GitHub:
This was merged into main. closing the issue.