summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-29 10:45:03 +0300
committerGitHub <noreply@github.com>2020-06-29 10:45:03 +0300
commita9b8dbf6f4ebbd52751290754ee97c53582dead9 (patch)
tree7be9a3035b06075a695db5d02874a153995331d1 /Gemfile
parentbde6d53127a19a28f191f19b5c8af42e3c9b2c13 (diff)
Update epubcheck-ruby requirement from ~> 4.2.2.0 to ~> 4.2.4.0 (#341)
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.2.0...v4.2.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b978b49..e5d93a1 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', '~> 4.2.2.0'
+ gem 'epubcheck-ruby', '~> 4.2.4.0'
# We would like to make kindlegen a runtime dependency, but can't because of the way asciidoctorj-epub3 packaging works
# See https://github.com/asciidoctor/asciidoctor-epub3/issues/288
gem 'kindlegen', '~> 3.0.3'