From 6fd2c0d6e76502d22ec91e2bcfa2cf8ad5a85423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 12:44:16 +0000 Subject: [PATCH] fix: update commonmarker requirement from =0.21.0 to 0.23.8 Updates the requirements on [commonmarker](https://github.com/gjtorikian/commonmarker) to permit the latest version. - [Release notes](https://github.com/gjtorikian/commonmarker/releases) - [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md) - [Commits](https://github.com/gjtorikian/commonmarker/compare/v0.21.0...v0.23.8) --- updated-dependencies: - dependency-name: commonmarker 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 51d7f5d..4f1d63f 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem "github-markup", "4.0.1" gem "RedCloth", "=4.3.2" gem "asciidoctor", "2.0.18" -gem "commonmarker", "=0.21.0" +gem "commonmarker", "0.23.8" gem "creole", "=0.5.0" gem "org-ruby", "=0.9.12" gem "rdoc", "6.3.2"