summaryrefslogtreecommitdiff
path: root/asciidoctor-epub3.gemspec
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-01-21 00:22:00 +0300
committerGitHub <noreply@github.com>2020-01-21 00:22:00 +0300
commit97c0d48e1ee69cfd4ddfdac14e5ae8d462464b20 (patch)
treebf18f0dceb232805f653951cbc71e732c5e24f12 /asciidoctor-epub3.gemspec
parent4335277f1afd447391a13b1f67740ef8e3a2fa53 (diff)
resolves #234 drop unused dependencies: thread_safe, concurrent-ruby (PR #235)
Diffstat (limited to 'asciidoctor-epub3.gemspec')
-rw-r--r--asciidoctor-epub3.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/asciidoctor-epub3.gemspec b/asciidoctor-epub3.gemspec
index ce5568f..0905de5 100644
--- a/asciidoctor-epub3.gemspec
+++ b/asciidoctor-epub3.gemspec
@@ -37,7 +37,5 @@ An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 and KF8/M
s.add_development_dependency 'rubocop-rspec', '~> 1.37.0'
s.add_runtime_dependency 'asciidoctor', '>= 1.5.0', '< 3.0.0'
- s.add_runtime_dependency 'concurrent-ruby', '~> 1.1.0'
s.add_runtime_dependency 'gepub', '~> 1.0.0'
- s.add_runtime_dependency 'thread_safe', '~> 0.3.0'
end