diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-07-06 11:33:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-06 11:33:24 +0300 |
| commit | 6ee21ce6b5f13029e459e67d7f094f184932c0dc (patch) | |
| tree | 89f0213c82af1aa71d42f77690602e28e4c95e80 /asciidoctor-epub3.gemspec | |
| parent | dd39e5e34c455262f568424084b199142973127c (diff) | |
Update asciimath requirement from ~> 1.0 to ~> 2.0 (#348)
Updates the requirements on [asciimath]() to permit the latest version.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 ab7a8f0..56b78ff 100644 --- a/asciidoctor-epub3.gemspec +++ b/asciidoctor-epub3.gemspec @@ -31,7 +31,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 and KF8/M s.require_paths = ['lib'] s.add_development_dependency 'asciidoctor-diagram', '>= 1.5.0', '< 3.0.0' - s.add_development_dependency 'asciimath', '~> 1.0' + s.add_development_dependency 'asciimath', '~> 2.0' s.add_development_dependency 'coderay', '~> 1.1.0' s.add_development_dependency 'pygments.rb', '~> 1.2.0' s.add_development_dependency 'rake', '~> 13.0.0' |
