From 303d296bf31d00800f093f14dc7d5c99b9100173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 04:03:31 +0000 Subject: [PATCH] Update gepub requirement from >= 1.0.0, <= 1.0.15 to >= 1.0.0, <= 1.0.18 Updates the requirements on [gepub](https://github.com/skoji/gepub) to permit the latest version. - [Release notes](https://github.com/skoji/gepub/releases) - [Commits](https://github.com/skoji/gepub/compare/v1.0.0...v1.0.17) --- updated-dependencies: - dependency-name: gepub dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- asciidoctor-epub3.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asciidoctor-epub3.gemspec b/asciidoctor-epub3.gemspec index 9a45ce7..d3b0bcd 100644 --- a/asciidoctor-epub3.gemspec +++ b/asciidoctor-epub3.gemspec @@ -45,7 +45,7 @@ Gem::Specification.new do |s| # Temporarily ban gepub 1.0.16 # Looks like it stopped properly closing files after writing # See https://github.com/skoji/gepub/pull/140#issuecomment-2106238457 - s.add_runtime_dependency 'gepub', '>= 1.0.0', '<= 1.0.15' + s.add_runtime_dependency 'gepub', '>= 1.0.0', '<= 1.0.18' # s.add_runtime_dependency 'gepub', '~> 1.0.0' s.add_runtime_dependency 'mime-types', '~> 3.0'