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
35 stars 17 forks source link

Fix concurrentRuby to 1.1.7 #59

Closed robertpanzer closed 3 years ago

robertpanzer commented 3 years ago

Thank you for opening a pull request and contributing to AsciidoctorJ PDF!

Please take a bit of time giving some details about your pull request:

Kind of change

[x] Bug fix [ ] New non-breaking feature [ ] New breaking feature [ ] Documentation update [ ] Build improvement

Description

What is the goal of this pull request?

After the upgrade of asciidoctor-pdf the problematic gem concurrent-ruby 1.1.8 made it into the jar which results in higher conversion times. This PR tries to fix that.

How does it achieve that?

Like we did in AsciidoctorJ fix the version of concurrent-ruby to 1.1.7.

Are there any alternative ways to implement this?

Maybe a fix in JRuby or concurrent-ruby? Nothing else that I see that we could do.

Are there any implications of this pull request? Anything a user must know?

Issue

If this PR fixes an open issue, please add a line of the form:

Fixes #Issue

Release notes

Please add a corresponding entry to the file CHANGELOG.adoc