From 00f84f640a7ff1e8d2193b3902053fcdb7abf530 Mon Sep 17 00:00:00 2001 From: Brett Walker Date: Wed, 4 Jun 2025 10:38:26 -0500 Subject: [PATCH] Add back commonmarker --- Gemfile | 1 + Gemfile.lock | 1 + Gemfile.next.lock | 1 + 3 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 278286a99bdf46..298c90b5272ab8 100644 --- a/Gemfile +++ b/Gemfile @@ -257,6 +257,7 @@ gem 'gitlab-active-context', path: 'gems/gitlab-active-context', require: 'activ gem 'html-pipeline', '~> 2.14.3', feature_category: :markdown gem 'deckar01-task_list', '2.3.4', feature_category: :markdown gem 'gitlab-markup', '~> 2.0.0', require: 'github/markup', feature_category: :markdown +gem 'commonmarker', '~> 0.23.10', feature_category: :markdown gem 'kramdown', '~> 2.5.0', feature_category: :markdown gem 'RedCloth', '~> 4.3.3', feature_category: :markdown gem 'org-ruby', '~> 0.9.12', feature_category: :markdown diff --git a/Gemfile.lock b/Gemfile.lock index 77a0fe2f45e8d6..1a3b35eeb1f4e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2101,6 +2101,7 @@ DEPENDENCIES circuitbox (= 2.0.0) click_house-client! cloud_profiler_agent (~> 0.0.0)! + commonmarker (~> 0.23.10) concurrent-ruby (~> 1.1) connection_pool (~> 2.5.3) countries (~> 4.0.0) diff --git a/Gemfile.next.lock b/Gemfile.next.lock index 7466ceeaa6b5df..a63a4b5f1bd1da 100644 --- a/Gemfile.next.lock +++ b/Gemfile.next.lock @@ -2096,6 +2096,7 @@ DEPENDENCIES circuitbox (= 2.0.0) click_house-client! cloud_profiler_agent (~> 0.0.0)! + commonmarker (~> 0.23.10) concurrent-ruby (~> 1.1) connection_pool (~> 2.5.3) countries (~> 4.0.0) -- GitLab