From b445b2273a21e8747088e9c5fd454bb4169d0060 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Fri, 5 Mar 2021 16:29:29 +0530 Subject: [PATCH] Update minimum version of ruby-thrift to 0.14~ --- debian/control | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/control b/debian/control index 687ab92636..5d6ca9fb39 100644 --- a/debian/control +++ b/debian/control @@ -275,6 +275,9 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-premailer-rails (>= 1.10.3-2~), # LabKit: Tracing and Correlation ruby-gitlab-labkit (>= 0.13.3~), +# Thrift is a dependency of gitlab-labkit, we want a version higher than 0.14.0 +# because of https://gitlab.com/gitlab-org/gitlab/-/issues/321900 + ruby-thrift (>= 0.14~), # I18n ruby-ruby-parser (>= 3.15~), ruby-rails-i18n (>= 6.0~),