Skip to content

Commit 701f9dc

Browse files
committed
Upgrade AsciidoctorJ to version 2.5.7
This fixes a library loading issue on Apple's M1 hardware. The problem is caused by a version of JRuby that does not support macos-aarch64. By upgrading AsciidoctorJ, a newer version of JRuby supporting M1 is used.
1 parent 38ed80d commit 701f9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ issues = https://github.com/jbake-org/jbake/issues
77
vcs = https://github.com/jbake-org/jbake/
88

99
# runtime dependencies
10-
asciidoctorjVersion = 2.5.2
10+
asciidoctorjVersion = 2.5.7
1111
asciidoctorjDiagramVersion = 2.2.1
1212
args4jVersion = 2.33
1313
commonsIoVersion = 2.11.0

0 commit comments

Comments
 (0)