Commit 4803de9 1 parent 8fd9ed0 commit 4803de9 Copy full SHA for 4803de9
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
properName =AsciidoctorJ PDF
2
2
description =AsciidoctorJ PDF bundles the Asciidoctor PDF RubyGem (asciidoctor-pdf) so it can be loaded into the JVM using JRuby.
3
- version =2.3.6
3
+ version =2.3.7
4
4
gem_name =asciidoctor-pdf
Original file line number Diff line number Diff line change 40
40
41
41
// gem versions
42
42
asciidoctorJVersion = project. hasProperty(' asciidoctorJVersion' ) ? project. asciidoctorJVersion : ' 2.5.7'
43
- asciidoctorPdfGemVersion = project. hasProperty(' asciidoctorPdfGemVersion' ) ? project. asciidoctorPdfGemVersion : ' 2.3.6 '
43
+ asciidoctorPdfGemVersion = project. hasProperty(' asciidoctorPdfGemVersion' ) ? project. asciidoctorPdfGemVersion : ' 2.3.7 '
44
44
45
45
addressableVersion = ' 2.8.0'
46
46
concurrentRubyVersion = ' 1.1.7'
Original file line number Diff line number Diff line change 1
- version =2.3.6
1
+ version =2.3.7
2
2
sourceCompatibility =1.8
3
3
targetCompatibility =1.8
You can’t perform that action at this time.
0 commit comments