Tighten dependency on gitlab-labkit and gitaly
This commit is contained in:
parent
b9ef6c3c9d
commit
5fe7feb007
1 changed files with 3 additions and 3 deletions
6
debian/control
vendored
6
debian/control
vendored
|
@ -261,7 +261,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
#
|
#
|
||||||
ruby-premailer-rails (>= 1.10.3~),
|
ruby-premailer-rails (>= 1.10.3~),
|
||||||
# LabKit: Tracing and Correlation
|
# LabKit: Tracing and Correlation
|
||||||
ruby-gitlab-labkit (>= 0.5~),
|
ruby-gitlab-labkit (>= 0.9.1~),
|
||||||
# I18n
|
# I18n
|
||||||
ruby-parser (>= 3.8.2~),
|
ruby-parser (>= 3.8.2~),
|
||||||
ruby-rails-i18n (>= 5.1~),
|
ruby-rails-i18n (>= 5.1~),
|
||||||
|
@ -313,7 +313,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby-ed25519 (>= 1.2~),
|
ruby-ed25519 (>= 1.2~),
|
||||||
ruby-bcrypt-pbkdf (>= 1.0~),
|
ruby-bcrypt-pbkdf (>= 1.0~),
|
||||||
# Gitaly GRPC client
|
# Gitaly GRPC client
|
||||||
ruby-gitaly (>= 1.73~),
|
ruby-gitaly (>= 1.86~),
|
||||||
ruby-grpc (>= 1.19~),
|
ruby-grpc (>= 1.19~),
|
||||||
ruby-google-protobuf (>= 3.7~),
|
ruby-google-protobuf (>= 3.7~),
|
||||||
#
|
#
|
||||||
|
@ -406,7 +406,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
# gitlab-sidekiq was failing without puma
|
# gitlab-sidekiq was failing without puma
|
||||||
puma
|
puma
|
||||||
Recommends: certbot,
|
Recommends: certbot,
|
||||||
gitaly (>= 1.78~)
|
gitaly (>= 1.86~)
|
||||||
Conflicts: libruby2.3
|
Conflicts: libruby2.3
|
||||||
Description: git powered software platform to collaborate on code (non-omnibus)
|
Description: git powered software platform to collaborate on code (non-omnibus)
|
||||||
gitlab provides web based interface to host source code and track issues.
|
gitlab provides web based interface to host source code and track issues.
|
||||||
|
|
Loading…
Add table
Reference in a new issue