From ff67bd7c3ab6b8bf9ec2bb1b83a18bddfae4210a Mon Sep 17 00:00:00 2001 From: Allen Golbig Date: Mon, 3 Jun 2024 10:41:58 -0400 Subject: [PATCH] [fix]gemfile - hardcode asciidoc 2.0.22 Hardcode asciidoc 2.0.22 to resolve table issue Issue #399 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d09a386e..a374440a 100644 --- a/Gemfile +++ b/Gemfile @@ -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'