Skip to content

Commit

Permalink
update jruby to fix failing assertion when creating PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Sep 30, 2019
1 parent 7a22725 commit 9602c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This document provides a high-level view of the changes introduced by release.
=== 0.30.8 (work in progress)

- highlight warnings for Spring REST Docs at line in editor
- upgrade to JRuby 9.2.8.0 to avoid assertion errors when creating PDFs (#337)

=== 0.30.7

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ test {
dependencies {
compile 'org.asciidoctor:asciidoctorj-diagram:1.5.18'
compile 'org.asciidoctor:asciidoctorj-pdf:1.5.0-beta.5'
compile 'org.jruby:jruby:9.2.8.0' // TODO: remove JRuby dependency once asciidoctorj has upgraded
/* snakeyaml is s used by asciidoctorj-pdf, but is actually provided within jruby-stdlib
* a snakeyaml version in the classpath takes precedence, but IntelliJ includes a version that is too old
* therefore this plugin includes the same version of snakeyaml that is already included in jruby-stdlib
Expand Down

0 comments on commit 9602c91

Please sign in to comment.