Files
elna/Gemfile
2025-11-25 16:20:48 +01:00

9 lines
145 B
Ruby

# frozen_string_literal: true
source 'https://rubygems.org'
gem 'asciidoctor', '~> 2.0'
gem 'asciidoctor-pdf', '~> 2.3'
gem "rake", "~> 13.3"