Skip to content
Snippets Groups Projects
Commit 88ad2d2e authored by dgelessus's avatar dgelessus
Browse files

Fix gem version issues with dependencies of asciidoctor-bibtex

parent 81181492
No related branches found
No related tags found
No related merge requests found
Pipeline #86438 failed
...@@ -32,6 +32,11 @@ repositories { ...@@ -32,6 +32,11 @@ repositories {
dependencies { dependencies {
asciidoctorGems 'rubygems:asciidoctor-bibtex:0.8.0' asciidoctorGems 'rubygems:asciidoctor-bibtex:0.8.0'
// asciidoctor-bibtex depends on version 1.x of citeproc-ruby and csl-styles,
// but for some reason the build installs version 2.x by default.
// To fix this we need these manual dependencies on the 1.x versions.
asciidoctorGems 'rubygems:citeproc-ruby:1.1.14'
asciidoctorGems 'rubygems:csl-styles:1.0.1.11'
} }
task bibtex() { task bibtex() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment