blob: 48f97caabcfeb29d6aa38d490acd774cd19c4a72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# frozen_string_literal: true
source 'https://rubygems.org'
# Look in asciidoctor-epub3.gemspec for runtime and development dependencies.
gemspec
group :optional do
# epubcheck-ruby might be safe to be converted into runtime dependency,
# but could have issues when packaged into asciidoctorj-epub3
gem 'epubcheck-ruby', '~> 5.1.0.0'
end
|