diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-23 23:19:37 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-23 23:19:37 +0300 |
| commit | 8704b2f929fb7f7b6ab6d8c7a0e11dd84248200a (patch) | |
| tree | 7453e6b8a646a85104fce93aa78f5ec5fa638afc | |
| parent | 51c9dd1d0353b7b054963d41010adf0eb4c7f37f (diff) | |
Update epubcheck-ruby requirement from ~> 4.2.4.0 to ~> 4.2.5.0 (#392)
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.4.0...v4.2.5.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,5 +13,5 @@ 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.4.0' + gem 'epubcheck-ruby', '~> 4.2.5.0' end |
