[fix]gemfile - hardcode asciidoc 2.0.22

Hardcode asciidoc 2.0.22 to resolve table issue

Issue #399
This commit is contained in:
Allen Golbig
2024-06-03 10:41:58 -04:00
parent f0f1a67d11
commit ff67bd7c3a

View File

@@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'rexml', '3.2.6'
gem 'asciidoctor'
gem 'asciidoctor', '2.0.22'
gem 'asciidoctor-pdf'
gem 'rouge', '3.30.0'