Tighten dependency on gitlab-labkit and gitaly

This commit is contained in:
Pirate Praveen 2020-03-13 18:41:23 +05:30
parent b9ef6c3c9d
commit 5fe7feb007

6
debian/control vendored
View file

@ -261,7 +261,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
#
ruby-premailer-rails (>= 1.10.3~),
# LabKit: Tracing and Correlation
ruby-gitlab-labkit (>= 0.5~),
ruby-gitlab-labkit (>= 0.9.1~),
# I18n
ruby-parser (>= 3.8.2~),
ruby-rails-i18n (>= 5.1~),
@ -313,7 +313,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ruby-ed25519 (>= 1.2~),
ruby-bcrypt-pbkdf (>= 1.0~),
# Gitaly GRPC client
ruby-gitaly (>= 1.73~),
ruby-gitaly (>= 1.86~),
ruby-grpc (>= 1.19~),
ruby-google-protobuf (>= 3.7~),
#
@ -406,7 +406,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# gitlab-sidekiq was failing without puma
puma
Recommends: certbot,
gitaly (>= 1.78~)
gitaly (>= 1.86~)
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.