Update minimum version of gitaly

This commit is contained in:
Pirate Praveen 2020-11-07 15:35:17 +05:30
parent 480c32fefa
commit 0c17662c38
No known key found for this signature in database
GPG key ID: 8F53E0193B294B75

4
debian/control vendored
View file

@ -320,7 +320,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ruby-ed25519 (>= 1.2~),
ruby-bcrypt-pbkdf (>= 1.0~),
# Gitaly GRPC client
ruby-gitaly (>= 13.3~),
ruby-gitaly (>= 13.3.9~),
ruby-grpc (>= 1.19~),
ruby-google-protobuf (>= 3.7~),
#
@ -423,7 +423,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# gitlab-sidekiq was failing without puma
puma
Recommends: certbot,
gitaly (>= 13.3~)
gitaly (>= 13.3.9~)
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.