summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 8634819..48f97ca 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,8 +9,4 @@ 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'
-
- # Kindlegen is unavailable neither for 64-bit x86 macOS nor for ARM
- # Also, skip JRuby on Windows for now. See https://github.com/jruby/jruby/issues/7171
- gem 'kindlegen', '~> 3.1.0' unless RUBY_PLATFORM =~ /darwin/ || (Gem.win_platform? && RUBY_ENGINE == 'jruby')
end