diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-04-04 06:13:25 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-04 06:13:25 -0600 |
| commit | 0f242fd87b1c0f8e297c9de734858248ed43979f (patch) | |
| tree | 9b1b15a5b08856399b6b26d04379b08541cc9fd8 /asciidoctor-epub3.gemspec | |
| parent | 9d8fa76055eb915f5332927b424430589d6f6380 (diff) | |
resolves #177 upgrade gepub (and, indirectly, nokogiri) (PR #187)
Diffstat (limited to 'asciidoctor-epub3.gemspec')
| -rw-r--r-- | asciidoctor-epub3.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoctor-epub3.gemspec b/asciidoctor-epub3.gemspec index 44274ca..2f3f333 100644 --- a/asciidoctor-epub3.gemspec +++ b/asciidoctor-epub3.gemspec @@ -33,7 +33,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 and KF8/M s.add_development_dependency 'rake', '~> 12.3.2' s.add_runtime_dependency 'asciidoctor', '>= 1.5.0', '< 3.0.0' - s.add_runtime_dependency 'gepub', '~> 0.6.9.2' + s.add_runtime_dependency 'gepub', '~> 1.0.2' s.add_runtime_dependency 'thread_safe', '~> 0.3.6' s.add_runtime_dependency 'concurrent-ruby', '~> 1.1.5' end |
