From 9e722252d8c44e91d26d20b655843ab843c0fc67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 18:10:11 +0000 Subject: [PATCH] Update epubcheck-ruby requirement from 5.0.1.0 to 5.1.0.0 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.1.0...v5.1.0.0) --- updated-dependencies: - dependency-name: epubcheck-ruby dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e53190798..37dfd8ef6 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,6 @@ gem 'asciidoctor-pdf', '2.3.7' gem 'coderay', '1.1.3' gem 'pygments.rb', '2.4.0' gem 'thread_safe', '0.3.6' -gem 'epubcheck-ruby', '5.0.1.0' +gem 'epubcheck-ruby', '5.1.0.0' gem 'html-proofer', '5.0.7' gem 'kindlegen', '3.1.1'