Update minimum versions of dependencies
This commit is contained in:
parent
4ac5cedcbf
commit
014f2be462
1 changed files with 5 additions and 6 deletions
11
debian/control
vendored
11
debian/control
vendored
|
@ -67,7 +67,7 @@ Section: contrib/net
|
|||
Architecture: all
|
||||
XB-Ruby-Versions: ${ruby:Versions}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
gitlab-common (>= 13.12~),
|
||||
gitlab-common (>= 14.0~),
|
||||
ruby (>= 1:2.7~),
|
||||
rubygems-integration (>= 1.18~),
|
||||
lsb-base (>= 3.0-6),
|
||||
|
@ -86,8 +86,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
bzip2,
|
||||
ucf,
|
||||
gitlab-workhorse (=${source:Version}),
|
||||
ruby-rails (>= 2:6.0.3.7~),
|
||||
ruby-tzinfo (>= 1.2.6~),
|
||||
ruby-rails (>= 2:6.1.3.2~),
|
||||
ruby-websocket-extensions (>= 0.1.5~),
|
||||
ruby-bootsnap (>= 1.4.6~),
|
||||
ruby-responders (>= 3.0~),
|
||||
|
@ -181,7 +180,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-fog-openstack (>= 1.0~),
|
||||
ruby-fog-rackspace (>= 0.1.1~),
|
||||
ruby-fog-aliyun (>= 0.3~),
|
||||
ruby-gitlab-fog-azure-rm (>= 1.0.1~),
|
||||
ruby-gitlab-fog-azure-rm (>= 1.1.1~),
|
||||
ruby-azure-storage-blob (>= 2.0.0-3~),
|
||||
ruby-azure-storage-common (>= 2.0.1-5~),
|
||||
# for Google storage
|
||||
|
@ -384,7 +383,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Spamcheck GRPC protocol definitions
|
||||
ruby-spamcheck,
|
||||
# Gitaly GRPC client
|
||||
ruby-gitaly (>= 13.12~),
|
||||
ruby-gitaly (>= 14.0~),
|
||||
ruby-grpc (>= 1.30.2~),
|
||||
ruby-google-protobuf (>= 3.17.3-1.1~),
|
||||
#
|
||||
|
@ -502,7 +501,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# gitlab-sidekiq was failing without puma
|
||||
puma
|
||||
Recommends: certbot,
|
||||
gitaly (>= 13.12~)
|
||||
gitaly (>= 14.0~)
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue