Update minimum versions of dependencies

This commit is contained in:
Pirate Praveen 2021-04-30 00:12:11 +05:30
parent a240492479
commit 63dbbb33e2

20
debian/control vendored
View file

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