asciidoctor / asciidoctorj-pdf

AsciidoctorJ PDF bundles the Asciidoctor PDF RubyGem (asciidoctor-pdf) so it can be loaded into the JVM using JRuby.
Apache License 2.0
36 stars 17 forks source link

Update prawn table dependency #42

Closed dzeigler closed 1 year ago

dzeigler commented 4 years ago

Would it be possible to get a new build of asciidoctorj-pdf with the prawn table dependency updated to address the header wrap issue described in asciidoctor-pdf issue 599?

Asciidoctor-pdf's gemfile has the update: https://github.com/asciidoctor/asciidoctor-pdf/blob/master/Gemfile#L12

robertpanzer commented 4 years ago

I have to check whether this is possible, but currently I can hardly imagine that. Afaik the gradle jruby plugin that we use to collect the ruby gems does not support installing gems from a git repository. @ysb33r Do you have an idea if that is possible?

ysb33r commented 4 years ago

@robertpanzer No it doesn't. That support will need to be in jruby-gradle plugin first.

abelsromero commented 1 year ago

Closing as fixed. Based on https://github.com/asciidoctor/asciidoctor-pdf/issues/599#issuecomment-1180089414 latest released version 0.2.2 fixes the issue and this is already present in main branch and latest release 2.3.4.