From 30051702d928894704906804ce54d75f2338f019 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 589b8b05ff..3e8dfc62cf 100644 --- a/debian/control +++ b/debian/control @@ -228,7 +228,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~),