Skip to content

Commit

Permalink
Set version of css_parser to 1.12.0 since 1.13.0 requires Ruby 2.7 wh…
Browse files Browse the repository at this point in the history
…ich is not supported by JRuby 9.3.8.0 yet.
  • Loading branch information
robertpanzer committed Jan 1, 2023
1 parent c9f5978 commit 547cabd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions asciidoctorj-pdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {
gems "rubygems:public_suffix:$public_suffixVersion"
gems "rubygems:text-hyphen:$textHyphenVersion"
gems "rubygems:ttfunk:$ttfunkGemVersion"
gems "rubygems:css_parser:$cssParserGemVersion"

testImplementation "org.apache.pdfbox:pdfbox:$pdfboxVersion"
}
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ ext {
spockVersion = '0.7-groovy-2.0'
threadSafeGemVersion = '0.3.6'
ttfunkGemVersion = '1.7.0'
cssParserGemVersion = '1.12.0'
textHyphenVersion='1.4.1'
}

Expand Down

0 comments on commit 547cabd

Please sign in to comment.