From 0e68c3da4523d34ac6a86895752bf948f42b348e Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Tue, 16 May 2023 01:08:40 +0530 Subject: [PATCH] Update minimum version of ruby-gitlab-markup to 1.9~ --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 24ca955dfa..0c94aa1718 100644 --- a/debian/control +++ b/debian/control @@ -232,7 +232,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, # Markdown and HTML processing ruby-html-pipeline (>= 2.14.3~), ruby-task-list (>= 2.3.1~), - ruby-gitlab-markup, + ruby-gitlab-markup (>= 1.9~), ruby-github-markup (>= 1.7~), ruby-commonmarker (>= 0.23.6~), ruby-kramdown (>= 2.3.1~),