From 2c3c026ac43a1546f88db5cbaee5fb3c20069e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:17:45 +0000 Subject: [PATCH] chore(deps): bump commonmarker from 0.23.9 to 0.23.10 Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.9 to 0.23.10. - [Release notes](https://github.com/gjtorikian/commonmarker/releases) - [Changelog](https://github.com/gjtorikian/commonmarker/blob/v0.23.10/CHANGELOG.md) - [Commits](https://github.com/gjtorikian/commonmarker/compare/v0.23.9...v0.23.10) --- updated-dependencies: - dependency-name: commonmarker 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 8492b75..317ec76 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem "licensee", ">= 9.9.0" gem "github-linguist", ">= 7.12.1" -gem "commonmarker", "~> 0.23.9" +gem "commonmarker", "~> 0.23.10" gem "RedCloth", "~> 4.3" gem "rdoc", "6.3.1" gem "org-ruby", "~> 0.9.12" diff --git a/Gemfile.lock b/Gemfile.lock index 6747470..e9cac60 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM asciidoctor (2.0.12) builder (3.2.4) charlock_holmes (0.7.7) - commonmarker (0.23.9) + commonmarker (0.23.10) creole (0.5.0) dotenv (2.7.6) escape_utils (1.2.1) @@ -73,7 +73,7 @@ PLATFORMS DEPENDENCIES RedCloth (~> 4.3) asciidoctor (~> 2.0) - commonmarker (~> 0.23.9) + commonmarker (~> 0.23.10) creole (~> 0.5.0) github-linguist (>= 7.12.1) github-markup (~> 4.0)