From 763cef3d09bfe9338a98012c4122c5f2344f0160 Mon Sep 17 00:00:00 2001 From: Vinay Keshava Date: Mon, 8 May 2023 11:28:57 +0530 Subject: [PATCH] update min versions of dependencies --- debian/control | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/debian/control b/debian/control index 2bf2cc1f36..bd35916c0a 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Build-Depends: debhelper-compat (= 13), golang-github-disintegration-imaging-dev, golang-github-fzambia-sentinel-dev, golang-github-garyburd-redigo-dev, - golang-github-golang-jwt-jwt-dev, + golang-github-golang-jwt-jwt-dev (>= 4.4.3~), golang-github-google-uuid-dev, golang-github-golang-protobuf-1-5-dev, golang-github-getsentry-raven-go-dev (>= 0.2~), @@ -47,7 +47,7 @@ Build-Depends: debhelper-compat (= 13), golang-github-sebest-xff-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev (>= 1.4~), - golang-gitlab-gitlab-org-gitaly-dev (>= 15.8~), + golang-gitlab-gitlab-org-gitaly-dev (>= 15.9~), golang-github-beevik-ntp-dev, # protobuf-1-5 # golang-gitlab-gitlab-org-labkit-dev (>= 1.14~), @@ -127,7 +127,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-omniauth-auth0 (>= 3.1~), ruby-omniauth-azure-activedirectory-v2 (>= 2.0~), ruby-omniauth-dingtalk-oauth2 (>= 1.0.1~), - ruby-omniauth-alicloud (>= 2.0~), + ruby-omniauth-alicloud (>= 2.0.1~), ruby-omniauth-facebook (>= 4.0~), ruby-omniauth-github (>= 2.0.1~), ruby-omniauth-gitlab (>= 1.0.2~), @@ -194,7 +194,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-fog-local (>= 0.8~), ruby-fog-openstack (>= 1.0~), ruby-fog-rackspace (>= 0.1.1~), - ruby-fog-aliyun (>= 0.3~), + ruby-fog-aliyun (>= 0.4.0~), ruby-gitlab-fog-azure-rm (>= 1.4~), ruby-azure-storage-blob (>= 2.0.0-3~), ruby-azure-storage-common (>= 2.0.1-5~), @@ -210,7 +210,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-elasticsearch (>= 5.0.3~), ruby-elasticsearch-rails (>= 7.2~), ruby-elasticsearch-api (>= 7.13.3~), - ruby-aws-sdk-core (>= 3.168.4~), + ruby-aws-sdk-core (>= 3.170.0~), ruby-aws-sdk-cloudformation (>= 1.0~), ruby-aws-sdk-s3 (>= 1.117.2~), ruby-faraday-middleware-aws-sigv4, @@ -234,7 +234,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-rouge (>= 3.29~), ruby-truncato (>= 0.7.12~), ruby-bootstrap-form (>= 4.2~), - ruby-nokogiri (>= 1.13.9~), + ruby-nokogiri (>= 1.14.1~), ruby-escape-utils (>= 1.2.1~), # Calendar rendering ruby-icalendar, @@ -258,7 +258,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-redis-namespace (>= 1.9~), ruby-gitlab-sidekiq-fetcher (>= 0.9~), # Cron Parser - ruby-fugit (>= 1.2.1~), + ruby-fugit (>= 1.8.1~), # HTTP requests ruby-httparty (>= 0.16.4~), # Colored output to console @@ -343,16 +343,16 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-sentry-rails (>= 5.1.1~), ruby-sentry-sidekiq (>= 5.1.1~), # PostgreSQL query parsing - ruby-pg-query (>= 2.1.4~), + ruby-pg-query (>= 2.2.1~), # ruby-premailer-rails (>= 1.10.3-2~), # LabKit: Tracing and Correlation - ruby-gitlab-labkit (>= 0.29~), + ruby-gitlab-labkit (>= 0.30.1~), # 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.16~), # I18n - ruby-ruby-parser (>= 3.15~), + ruby-ruby-parser (>= 3.19.2~), ruby-whitequark-parser (>= 3.0~), ruby-rails-i18n (>= 7.0~), ruby-gettext-i18n-rails (>= 1.8~), @@ -402,7 +402,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, # Spamcheck GRPC protocol definitions ruby-spamcheck (>= 1.0~), # Gitaly GRPC client - ruby-gitaly (>= 15.8~), + ruby-gitaly (>= 15.9~), # KAS GRPC protocol definitions ruby-kas-grpc, # @@ -539,7 +539,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, # gitlab-sidekiq was failing without puma puma Recommends: certbot, - gitaly (>= 15.8~), + gitaly (>= 15.9~), openssh-server Conflicts: libruby2.5 Description: git powered software platform to collaborate on code (non-omnibus)