Skip to content

Commit

Permalink
Manually updating rjuby version
Browse files Browse the repository at this point in the history
  • Loading branch information
mswatosh committed Aug 28, 2023
1 parent 8521628 commit 4f20ae9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion specification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
<asciidoctorj.version>2.5.10</asciidoctorj.version>
<asciidoctorj.pdf.version>2.3.9</asciidoctorj.pdf.version>
<jruby.version>9.3.4.0</jruby.version>
<!-- jruby 9.4.3.0 is not working, keeping this on the 9.3.x stream since 9.4 seems to implement a newer ruby version
which is causing issues with asciidoctor, even though asciidoctorj considers it compatible.
Looks like this may work with the asciidoctorj 3.0.0 stream when it releases-->
<jruby.version>9.3.10.0</jruby.version>
<!-- status: DRAFT, BETA, etc., or blank for final -->
<status>DRAFT</status>
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format>
Expand Down

0 comments on commit 4f20ae9

Please sign in to comment.