From 9a748b0c21c6c5e556a2527dc68c232968132401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 18:02:29 +0000 Subject: [PATCH] Update epubcheck-ruby requirement from 5.2.0.0 to 5.2.1.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.2.0.0...v5.2.1.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 0893f08a4..d0c86dafa 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,6 @@ gem 'asciidoctor-pdf', '2.3.17' gem 'coderay', '1.1.3' gem 'pygments.rb', '2.4.1' gem 'thread_safe', '0.3.6' -gem 'epubcheck-ruby', '5.2.0.0' +gem 'epubcheck-ruby', '5.2.1.0' gem 'html-proofer', '5.0.9' gem 'kindlegen', '3.1.1'