Update minimum version of ruby to 2.7
This commit is contained in:
parent
d41a45e8f9
commit
cc38475d45
1 changed files with 3 additions and 2 deletions
5
debian/control
vendored
5
debian/control
vendored
|
@ -20,7 +20,8 @@ Architecture: all
|
||||||
XB-Ruby-Versions: ${ruby:Versions}
|
XB-Ruby-Versions: ${ruby:Versions}
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
gitlab-common (>= 13.0.0~),
|
gitlab-common (>= 13.0.0~),
|
||||||
ruby (>= 1:2.5~),
|
ruby (>= 1:2.7~),
|
||||||
|
rubygems-integration (>= 1.17.1~),
|
||||||
lsb-base (>= 3.0-6),
|
lsb-base (>= 3.0-6),
|
||||||
rake (>= 12.3.0~),
|
rake (>= 12.3.0~),
|
||||||
bundler (>= 1.17.3~),
|
bundler (>= 1.17.3~),
|
||||||
|
@ -418,7 +419,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
puma
|
puma
|
||||||
Recommends: certbot,
|
Recommends: certbot,
|
||||||
gitaly (>= 13.1~)
|
gitaly (>= 13.1~)
|
||||||
Conflicts: libruby2.3
|
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)
|
||||||
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