summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-10 12:34:58 +0300
committerGitHub <noreply@github.com>2023-11-10 12:34:58 +0300
commit0ebe1baee8187948e216a6dee75ce8c06e28ab64 (patch)
treeca11b3683ecd6e0646187c042173455b59f56254
parent996646f39bcefbc72e3d2a097478312007792315 (diff)
Update epubcheck-ruby requirement from ~> 5.0.0.0 to ~> 5.1.0.0 (#442)
Updates the requirements on [epubcheck-ruby](https://github.com/takahashim/epubcheck-ruby) to permit the latest version. - [Commits](https://github.com/takahashim/epubcheck-ruby/compare/v5.0.0.0...v5.1.0.0) --- updated-dependencies: - dependency-name: epubcheck-ruby dependency-type: direct:development ... 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 c9e9cbf..d31676f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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', '~> 5.0.0.0'
+ gem 'epubcheck-ruby', '~> 5.1.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