diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-16 09:33:17 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-16 09:33:17 +0300 |
| commit | 807519c660f89a2313ab14716984357bad2fd73c (patch) | |
| tree | 11362d5befea607d8fe60481cc6a9e8f3ba51a8a /Gemfile | |
| parent | 87178e3c97c81bf0326cde86d3ee3632e4491038 (diff) | |
Update epubcheck-ruby requirement from ~> 4.2.6.0 to ~> 5.0.0.0 (#438)
Updates the requirements on [epubcheck-ruby](https://github.com/takahashim/epubcheck-ruby) to permit the latest version.
- [Release notes](https://github.com/takahashim/epubcheck-ruby/releases)
- [Commits](https://github.com/takahashim/epubcheck-ruby/compare/v4.2.6.0...v5.0.0.0)
---
updated-dependencies:
- dependency-name: epubcheck-ruby
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ end 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', '~> 4.2.6.0' + gem 'epubcheck-ruby', '~> 5.0.0.0' # Kindlegen is unavailable neither for 64-bit MacOS nor for ARM gem 'kindlegen', '~> 3.1.0' unless RbConfig::CONFIG['host_os'] =~ /darwin/ end |
