From ae055eb5df1f22491d57d2f9733304369cb0e946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 18:35:44 +0000 Subject: [PATCH] Bump asciidoctor from 1.5.7.1 to 1.5.8 Bumps [asciidoctor](https://github.com/asciidoctor/asciidoctor) from 1.5.7.1 to 1.5.8. - [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/v1.5.7.1...v1.5.8) --- updated-dependencies: - dependency-name: asciidoctor dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ed09564..6a9aab2 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,6 @@ group :jekyll_plugins do gem "jekyll-asciidoc" end -gem 'asciidoctor', '~> 1.5.4' +gem 'asciidoctor', '~> 1.5.8' gem 'coderay', '1.1.1' diff --git a/Gemfile.lock b/Gemfile.lock index b1a140a..c5078b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) - asciidoctor (1.5.7.1) + asciidoctor (1.5.8) coderay (1.1.1) colorator (1.1.0) concurrent-ruby (1.0.5) @@ -73,7 +73,7 @@ PLATFORMS ruby DEPENDENCIES - asciidoctor (~> 1.5.4) + asciidoctor (~> 1.5.8) coderay (= 1.1.1) jekyll jekyll-asciidoc