Update minimum versions of dependencies
This commit is contained in:
parent
a240492479
commit
63dbbb33e2
1 changed files with 9 additions and 11 deletions
20
debian/control
vendored
20
debian/control
vendored
|
@ -84,7 +84,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
bzip2,
|
||||
ucf,
|
||||
gitlab-workhorse (=${source:Version}),
|
||||
ruby-rails (>= 2:6.0.3~),
|
||||
ruby-rails (>= 2:6.0.3.6~),
|
||||
ruby-tzinfo (>= 1.2.6~),
|
||||
ruby-websocket-extensions (>= 0.1.5~),
|
||||
ruby-bootsnap (>= 1.4.6~),
|
||||
|
@ -130,7 +130,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-akismet (>= 3.0~),
|
||||
ruby-invisible-captcha (>= 1.1~),
|
||||
# Two-factor authentication
|
||||
ruby-devise-two-factor (>= 3.1~),
|
||||
ruby-devise-two-factor (>= 4.0~),
|
||||
ruby-rqrcode-rails3 (>= 0.1.7~),
|
||||
ruby-attr-encrypted (>= 3.1.0-3~),
|
||||
ruby-u2f (>= 0.2.1~),
|
||||
|
@ -164,7 +164,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Pagination
|
||||
ruby-kaminari (>= 1.2.1~),
|
||||
# HAML
|
||||
ruby-hamlit (>= 2.14.4~),
|
||||
ruby-hamlit (>= 2.15~),
|
||||
# Files attachments
|
||||
ruby-carrierwave (>= 1.3.2~),
|
||||
ruby-mini-magick (>= 4.10.1~),
|
||||
|
@ -201,7 +201,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-task-list (>= 2.3.1~),
|
||||
ruby-github-markup (>= 1.7~),
|
||||
ruby-commonmarker (>= 0.21~),
|
||||
ruby-kramdown (>= 2.2.1~),
|
||||
ruby-kramdown (>= 2.3.1~),
|
||||
ruby-redcloth (>= 4.3.2-3~),
|
||||
# rdoc is built-in with ruby
|
||||
ruby-org (>= 0.9.12-2~),
|
||||
|
@ -294,9 +294,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Detect and convert string character encoding
|
||||
ruby-charlock-holmes (>= 0.7.5~),
|
||||
# Detect mime content type from content
|
||||
ruby-ruby-magic-static (>= 0.3.4),
|
||||
# Detect mime content type from content
|
||||
ruby-mimemagic (>= 0.3.2~),
|
||||
ruby-ruby-magic (>= 0.4~),
|
||||
# Faster blank
|
||||
ruby-fast-blank,
|
||||
# Parse time & duration
|
||||
|
@ -381,10 +379,10 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-ed25519 (>= 1.2~),
|
||||
ruby-bcrypt-pbkdf (>= 1.0~),
|
||||
# Gitaly GRPC client
|
||||
ruby-gitaly (>= 13.9~),
|
||||
ruby-gitaly (>= 13.11~),
|
||||
# See #966653
|
||||
# ruby-grpc (>= 1.30.2~),
|
||||
ruby-google-protobuf (>= 3.12~),
|
||||
ruby-google-protobuf (>= 3.14~),
|
||||
#
|
||||
ruby-toml-rb (>= 1.0.0-2~),
|
||||
# Feature toggles
|
||||
|
@ -406,7 +404,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-erubi (>= 1.9~),
|
||||
ruby-mail (>= 2.7.1),
|
||||
# File encryption
|
||||
ruby-lockbox (>= 0.3.3~),
|
||||
ruby-lockbox (>= 0.6.2~),
|
||||
# Email validation
|
||||
ruby-valid-email,
|
||||
# JSON
|
||||
|
@ -499,7 +497,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# gitlab-sidekiq was failing without puma
|
||||
puma
|
||||
Recommends: certbot,
|
||||
gitaly (>= 13.10~)
|
||||
gitaly (>= 13.11~)
|
||||
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