diff --git a/.travis.yml b/.travis.yml index 06d63d4df7..088f634474 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: python cache: pip: true - directories: - - /home/travis/.rvm/gems git: depth: 10 @@ -13,7 +11,7 @@ jobs: - chmod +x autopreview.sh - ./autopreview.sh install: - - gem install asciidoctor asciidoctor-diagram rouge + - gem install --local _gemfiles/asciidoctor-2.0.20.gem _gemfiles/asciidoctor-diagram-plantuml-1.2023.10.gem _gemfiles/asciidoctor-diagram-ditaamini-1.0.3.gem _gemfiles/rexml-3.2.6.gem _gemfiles/asciidoctor-diagram-2.2.14.gem _gemfiles/rouge-4.1.3.gem - pip3 install pyyaml aura.tar.gz script: # Fail if Asciidoctor encounters errors. Pass otherwise. Then, build updated distros diff --git a/_gemfiles/asciidoctor-2.0.20.gem b/_gemfiles/asciidoctor-2.0.20.gem new file mode 100644 index 0000000000..988934b5a3 Binary files /dev/null and b/_gemfiles/asciidoctor-2.0.20.gem differ diff --git a/_gemfiles/asciidoctor-diagram-2.2.14.gem b/_gemfiles/asciidoctor-diagram-2.2.14.gem new file mode 100644 index 0000000000..51dd7af033 Binary files /dev/null and b/_gemfiles/asciidoctor-diagram-2.2.14.gem differ diff --git a/_gemfiles/asciidoctor-diagram-ditaamini-1.0.3.gem b/_gemfiles/asciidoctor-diagram-ditaamini-1.0.3.gem new file mode 100644 index 0000000000..52bf6a8cf9 Binary files /dev/null and b/_gemfiles/asciidoctor-diagram-ditaamini-1.0.3.gem differ diff --git a/_gemfiles/asciidoctor-diagram-plantuml-1.2023.10.gem b/_gemfiles/asciidoctor-diagram-plantuml-1.2023.10.gem new file mode 100644 index 0000000000..4ca138cd2e Binary files /dev/null and b/_gemfiles/asciidoctor-diagram-plantuml-1.2023.10.gem differ diff --git a/_gemfiles/rexml-3.2.6.gem b/_gemfiles/rexml-3.2.6.gem new file mode 100644 index 0000000000..71a4946a1b Binary files /dev/null and b/_gemfiles/rexml-3.2.6.gem differ diff --git a/_gemfiles/rouge-4.1.3.gem b/_gemfiles/rouge-4.1.3.gem new file mode 100644 index 0000000000..3646843296 Binary files /dev/null and b/_gemfiles/rouge-4.1.3.gem differ