summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-01-27 11:20:12 +0300
committerGitHub <noreply@github.com>2020-01-27 11:20:12 +0300
commitccd90e592747a779e11864c21fd1750f9a3ea582 (patch)
tree4d65eea62a31ddd2e1a7cfd9d5aa800666bba280 /Gemfile
parent6460e96adf6a5073f13de31c9126b6bdd6823415 (diff)
make epubcheck-ruby a runtime dependency (PR #274)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ecb2e45..1d9aba2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,6 @@ gemspec
gem 'asciidoctor', ENV['ASCIIDOCTOR_VERSION'], require: false if ENV.key? 'ASCIIDOCTOR_VERSION'
group :optional do
- gem 'epubcheck-ruby', '4.2.2.0'
gem 'pygments.rb', '1.2.1'
end