Update minimum versions of gitaly, gitlab-workhorse and gitlab-shell
This commit is contained in:
parent
56c3f8d582
commit
519786022b
1 changed files with 3 additions and 3 deletions
6
debian/control
vendored
6
debian/control
vendored
|
@ -35,7 +35,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
openssh-client,
|
openssh-client,
|
||||||
bzip2,
|
bzip2,
|
||||||
ucf,
|
ucf,
|
||||||
gitlab-workhorse (>= 8.5.2~),
|
gitlab-workhorse (>= 8.8.1~),
|
||||||
ruby-rails (>= 2:5.2.3~),
|
ruby-rails (>= 2:5.2.3~),
|
||||||
ruby-bootsnap,
|
ruby-bootsnap,
|
||||||
ruby-nakayoshi-fork (>= 0.0.4~),
|
ruby-nakayoshi-fork (>= 0.0.4~),
|
||||||
|
@ -381,7 +381,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.47.3~)
|
gitaly (>= 1.59.3~)
|
||||||
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.
|
||||||
|
@ -402,7 +402,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
adduser (>= 3.34~),
|
adduser (>= 3.34~),
|
||||||
git (>= 1:2.18~),
|
git (>= 1:2.18~),
|
||||||
ucf,
|
ucf,
|
||||||
gitlab-shell (>= 9.1~)
|
gitlab-shell (>= 9.3~)
|
||||||
Description: git powered software platform to collaborate on code (common)
|
Description: git powered software platform to collaborate on code (common)
|
||||||
gitlab provides web based interface to host source code and track issues.
|
gitlab provides web based interface to host source code and track issues.
|
||||||
It allows anyone for fork a repository and send merge requests. Code review
|
It allows anyone for fork a repository and send merge requests. Code review
|
||||||
|
|
Loading…
Reference in a new issue