Update minimum versions of gitaly, ruby-gitaly and gitlab-common
This commit is contained in:
parent
4ae4671472
commit
36de66b07a
1 changed files with 4 additions and 4 deletions
8
debian/control
vendored
8
debian/control
vendored
|
@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 10~),
|
||||||
dh-golang,
|
dh-golang,
|
||||||
golang-any (>= 2:1.15~),
|
golang-any (>= 2:1.15~),
|
||||||
bc,
|
bc,
|
||||||
gitaly (>= 14.1~),
|
gitaly (>= 14.2~),
|
||||||
golang-github-alecthomas-chroma-dev,
|
golang-github-alecthomas-chroma-dev,
|
||||||
golang-github-aws-aws-sdk-go-dev,
|
golang-github-aws-aws-sdk-go-dev,
|
||||||
golang-github-azure-azure-storage-blob-go-dev (>= 0.10~),
|
golang-github-azure-azure-storage-blob-go-dev (>= 0.10~),
|
||||||
|
@ -67,7 +67,7 @@ Section: contrib/net
|
||||||
Architecture: all
|
Architecture: all
|
||||||
XB-Ruby-Versions: ${ruby:Versions}
|
XB-Ruby-Versions: ${ruby:Versions}
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
gitlab-common (>= 14.1~),
|
gitlab-common (>= 14.2~),
|
||||||
ruby (>= 1:2.7~),
|
ruby (>= 1:2.7~),
|
||||||
rubygems-integration (>= 1.18~),
|
rubygems-integration (>= 1.18~),
|
||||||
lsb-base (>= 3.0-6),
|
lsb-base (>= 3.0-6),
|
||||||
|
@ -383,7 +383,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
# Spamcheck GRPC protocol definitions
|
# Spamcheck GRPC protocol definitions
|
||||||
ruby-spamcheck,
|
ruby-spamcheck,
|
||||||
# Gitaly GRPC client
|
# Gitaly GRPC client
|
||||||
ruby-gitaly (>= 14.1~),
|
ruby-gitaly (>= 14.2~),
|
||||||
# KAS GRPC protocol definitions
|
# KAS GRPC protocol definitions
|
||||||
ruby-kas-grpc,
|
ruby-kas-grpc,
|
||||||
#
|
#
|
||||||
|
@ -505,7 +505,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 (>= 14.1~),
|
gitaly (>= 14.2~),
|
||||||
openssh-server
|
openssh-server
|
||||||
Conflicts: libruby2.5
|
Conflicts: libruby2.5
|
||||||
Description: git powered software platform to collaborate on code (non-omnibus)
|
Description: git powered software platform to collaborate on code (non-omnibus)
|
||||||
|
|
Loading…
Reference in a new issue