Update minimum version of gitaly to 13.8~

This commit is contained in:
Pirate Praveen 2021-03-09 00:57:02 +05:30
parent ce3b8db129
commit 977271857d

4
debian/control vendored
View file

@ -329,7 +329,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ruby-ed25519 (>= 1.2~),
ruby-bcrypt-pbkdf (>= 1.0~),
# Gitaly GRPC client
ruby-gitaly (>= 13.7~),
ruby-gitaly (>= 13.8~),
# See #966653
# ruby-grpc (>= 1.30.2~),
ruby-google-protobuf (>= 3.12~),
@ -445,7 +445,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# gitlab-sidekiq was failing without puma
puma
Recommends: certbot,
gitaly (>= 13.7~)
gitaly (>= 13.8~)
Conflicts: libruby2.5
Description: git powered software platform to collaborate on code (non-omnibus)
gitlab provides web based interface to host source code and track issues.