From df314c8b8f73518f62690869c02d5bca5a9b107c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 03:07:52 +0000 Subject: [PATCH] Update epubcheck-ruby requirement from 4.2.4.0 to 4.2.6.0 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.6.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 405429c61..6e31ac32d 100644 --- a/Gemfile +++ b/Gemfile @@ -12,5 +12,5 @@ gem 'asciidoctor-pdf', '1.5.4' gem 'coderay', '1.1.3' gem 'pygments.rb', '2.0.0' gem 'thread_safe', '0.3.6' -gem 'epubcheck-ruby', '4.2.4.0' +gem 'epubcheck-ruby', '4.2.6.0' gem 'html-proofer', '3.18.5'