We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running Asciidoctor PDF with Ruby 2.7, the following warning is issued when the document reads content from a URL:
calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open
The URI.open method should be used directly.
The text was updated successfully, but these errors were encountered:
resolves asciidoctor#1477 fix warning when reading data from a remote…
0727dbb
… URL when running with Ruby 2.7
fa24a1d
5ad76f1
mojavelinux
No branches or pull requests
When running Asciidoctor PDF with Ruby 2.7, the following warning is issued when the document reads content from a URL:
The URI.open method should be used directly.
The text was updated successfully, but these errors were encountered: