From 9944b2a412ab48d70d51b06cc43e3c73d969ba1f Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Wed, 24 Jun 2020 00:08:05 +0530 Subject: [PATCH] Tighten dependencies --- debian/control | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index 3f062d15a1..7e78ac145d 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client, bzip2, ucf, - gitlab-workhorse (>= 8.32~), + gitlab-workhorse (>= 8.36~), ruby-rails (>= 2:6.0.3~), ruby-bootsnap (>= 1.4.6~), ruby-nakayoshi-fork (>= 0.0.4~), @@ -68,8 +68,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-omniauth-twitter (>= 1.4~), ruby-omniauth-crowd (>= 2.2~), ruby-omniauth-authentiq (>= 0.3.3~), - ruby-omniauth-openid-connect (>= 0.3.3~), - ruby-omniauth-ultraauth (>= 0.0.2~), + ruby-omniauth-openid-connect (>= 0.3.5~), ruby-omniauth-salesforce (>= 1.0.5~), ruby-rack-oauth2 (>= 1.9.3~), ruby-jwt (>= 2.1~), @@ -83,7 +82,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-attr-encrypted (>= 3.1~), ruby-u2f (>= 0.2.1~), # GitLab Pages - ruby-validates-hostname (>= 1.0.6~), + ruby-validates-hostname (>= 1.0.10~), ruby-zip (>= 2.0~), # GitLab Pages letsencrypt support ruby-acme-client (>= 2.0.5~), @@ -118,14 +117,13 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-fog-aws (>= 3.5~), ruby-fog-core (>= 2.1~), ruby-excon (>= 0.72~), - ruby-fog-google (>= 1.9~), + ruby-fog-google (>= 1.10~), ruby-fog-local (>= 0.6~), ruby-fog-openstack (>= 1.0~), ruby-fog-rackspace (>= 0.1.1~), ruby-fog-aliyun (>= 0.3~), # for Google storage - ruby-google-api-client (>= 0.28~), - ruby-googleauth (>= 0.8~), + ruby-google-api-client (>= 0.33~), # for aws storage ruby-unf (>= 0.1.4-2~), ruby-unf-ext (>= 0.0.7.4), @@ -264,7 +262,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-virtus (>= 1.0.5-3~), ruby-base32 (>= 0.3.0~), # Sentry integration - ruby-sentry-raven (>= 2.9~), + ruby-sentry-raven (>= 3.0~), # ruby-premailer-rails (>= 1.10.3~), # LabKit: Tracing and Correlation @@ -317,7 +315,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-ed25519 (>= 1.2~), ruby-bcrypt-pbkdf (>= 1.0~), # Gitaly GRPC client - ruby-gitaly (>= 13.0~), + ruby-gitaly (>= 13.1~), ruby-grpc (>= 1.19~), ruby-google-protobuf (>= 3.7~), # @@ -345,6 +343,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-valid-email, # JSON ruby-json (>= 2.3~), + ruby-json-schema (>= 2.8~), # packaged node modules - all node packages are not packaged yet node-autosize (>= 4.0~), node-axios (>= 0.17.1~), @@ -410,7 +409,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, # gitlab-sidekiq was failing without puma puma Recommends: certbot, - gitaly (>= 13.0~) + gitaly (>= 13.1~) Conflicts: libruby2.3 Description: git powered software platform to collaborate on code (non-omnibus) gitlab provides web based interface to host source code and track issues.