summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-03-03 14:56:27 +0300
committerGitHub <noreply@github.com>2020-03-03 14:56:27 +0300
commit8e93e26c43006f3033ba35a981a20251e2de7725 (patch)
tree588dbfe35cb4cebe59c3b0a0db021c03d83d72d9 /Gemfile
parent1b57f339dd5c14f47edb6902946d6b25f0f44aa1 (diff)
resolves #262 support syntax highlighting with CodeRay and Rouge (#316)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7a801d1..b978b49 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,5 +17,4 @@ group :optional do
# We would like to make kindlegen a runtime dependency, but can't because of the way asciidoctorj-epub3 packaging works
# See https://github.com/asciidoctor/asciidoctor-epub3/issues/288
gem 'kindlegen', '~> 3.0.3'
- gem 'pygments.rb', '1.2.1'
end