Skip to content

Commit ba8f8de

Browse files
committed
Use latest version of JRuby
1 parent b5a9f74 commit ba8f8de

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

documentation/documentation.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ dependencies {
8686
}
8787

8888
asciidoctorj {
89+
setJrubyVersion(libs.versions.jruby)
8990
modules {
9091
pdf.version(libs.versions.asciidoctorj.pdf)
9192
}

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ eclipse = "4.37.0"
1010
jackson = "2.20.0"
1111
jacoco = "0.8.13"
1212
jmh = "1.37"
13+
jruby = "10.0.2.0"
1314
junit4 = "4.13.2"
1415
junit4Min = "4.12"
1516
ktlint = "1.7.1"
@@ -76,6 +77,7 @@ woodstox = { module = "com.fasterxml.woodstox:woodstox-core", version = "7.1.1"
7677
asciidoctorj-pdf = { module = "org.asciidoctor:asciidoctorj-pdf", version.ref = "asciidoctorj-pdf" }
7778
eclipse-platform = { module = "org.eclipse.platform:org.eclipse.platform", version.ref = "eclipse" }
7879
jacoco = { module = "org.jacoco:jacoco", version.ref = "jacoco" }
80+
jruby = { module = "org.jruby:jruby", version.ref = "jruby" }
7981
junit4-latest = { module = "junit:junit", version.ref = "junit4" }
8082
junit4-bundle = { module = "org.apache.servicemix.bundles:org.apache.servicemix.bundles.junit", version = "4.13.2_1" }
8183
ktlint-cli = { module = "com.pinterest.ktlint:ktlint-cli", version.ref = "ktlint" }

0 commit comments

Comments
 (0)