summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-23 23:19:37 +0300
committerGitHub <noreply@github.com>2021-03-23 23:19:37 +0300
commit8704b2f929fb7f7b6ab6d8c7a0e11dd84248200a (patch)
tree7453e6b8a646a85104fce93aa78f5ec5fa638afc
parent51c9dd1d0353b7b054963d41010adf0eb4c7f37f (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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f4c71ed..1d2d335 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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