Files
macos_security/Gemfile
Allen Golbig ff67bd7c3a [fix]gemfile - hardcode asciidoc 2.0.22
Hardcode asciidoc 2.0.22 to resolve table issue

Issue #399
2024-06-03 10:41:58 -04:00

7 lines
124 B
Ruby

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