From 99b839bb324247c3452fa34475e85c7fb7708b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 08:45:38 +0000 Subject: [PATCH] Update asciidoctor requirement from 2.0.22 to 2.0.23 Updates the requirements on [asciidoctor](https://github.com/asciidoctor/asciidoctor) to permit the latest version. - [Release notes](https://github.com/asciidoctor/asciidoctor/releases) - [Changelog](https://github.com/asciidoctor/asciidoctor/blob/main/CHANGELOG.adoc) - [Commits](https://github.com/asciidoctor/asciidoctor/compare/v2.0.22...v2.0.23) --- updated-dependencies: - dependency-name: asciidoctor 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 b9ce0585..81e338bb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rake', '13.2.1' -gem 'asciidoctor', '2.0.22' +gem 'asciidoctor', '2.0.23' gem 'json', '2.7.2' gem 'awesome_print', '1.9.2'