From 13f6216d5684621b17051e4a9fc381829392daa1 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 24 Jan 2024 18:20:58 +0000
Subject: [PATCH] Update asciidoctor-epub3 requirement from 1.5.1 to 2.0.1

Updates the requirements on [asciidoctor-epub3](https://github.com/asciidoctor/asciidoctor-epub3) to permit the latest version.
- [Release notes](https://github.com/asciidoctor/asciidoctor-epub3/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctor-epub3/blob/main/CHANGELOG.adoc)
- [Commits](https://github.com/asciidoctor/asciidoctor-epub3/compare/v1.5.1...v2.0.1)

---
updated-dependencies:
- dependency-name: asciidoctor-epub3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index dfad2a055..e8cb3243e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,7 +7,7 @@ gem 'json', '2.6.3'
 gem 'awesome_print', '1.9.2'
 
 gem 'asciidoctor-fb2', '0.7.0'
-gem 'asciidoctor-epub3', '1.5.1'
+gem 'asciidoctor-epub3', '2.0.1'
 gem 'asciidoctor-pdf', '2.3.11'
 
 gem 'coderay', '1.1.3'