update minimum version of dependencies
This commit is contained in:
parent
373223c649
commit
943bc47f23
1 changed files with 11 additions and 11 deletions
22
debian/control
vendored
22
debian/control
vendored
|
@ -47,7 +47,7 @@ Build-Depends: debhelper-compat (= 13),
|
|||
golang-github-sebest-xff-dev,
|
||||
golang-github-sirupsen-logrus-dev,
|
||||
golang-github-stretchr-testify-dev (>= 1.4~),
|
||||
golang-gitlab-gitlab-org-gitaly-dev (>= 15.10.8~),
|
||||
golang-gitlab-gitlab-org-gitaly-dev (>= 15.11~),
|
||||
golang-github-beevik-ntp-dev,
|
||||
# protobuf-1-5
|
||||
# golang-gitlab-gitlab-org-labkit-dev (>= 1.14~),
|
||||
|
@ -110,7 +110,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-view-component (>= 2.74.1~),
|
||||
ruby-default-value-for (>= 3.4~),
|
||||
#ruby-mysql2 | ruby-pg,
|
||||
ruby-pg (>= 1.4.3~),
|
||||
ruby-pg (>= 1.4.6~),
|
||||
ruby-rugged (>= 1.2~),
|
||||
ruby-grape-path-helpers (>= 1.7.1~),
|
||||
ruby-faraday (>= 1.0~),
|
||||
|
@ -120,7 +120,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Authentication libraries
|
||||
ruby-devise (>= 4.8.1~),
|
||||
ruby-bcrypt (>= 3.1.14~),
|
||||
ruby-doorkeeper (>= 5.5~),
|
||||
ruby-doorkeeper (>= 5.6.6~),
|
||||
ruby-doorkeeper-openid-connect (>= 1.8~),
|
||||
ruby-rexml (>= 3.2.3.1~),
|
||||
ruby-saml (>= 1.13~),
|
||||
|
@ -162,7 +162,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Browser detection
|
||||
ruby-browser (>= 5.3.1~),
|
||||
# OS detection for usage ping
|
||||
ohai (>= 16.13.0-2~),
|
||||
ohai (>= 17.9.0~),
|
||||
# GPG
|
||||
ruby-gpgme (>= 2.0.22~),
|
||||
# LDAP Auth
|
||||
|
@ -223,7 +223,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-elasticsearch-api (>= 7.13.3~),
|
||||
ruby-aws-sdk-core (>= 3.170.0~),
|
||||
ruby-aws-sdk-cloudformation (>= 1.0~),
|
||||
ruby-aws-sdk-s3 (>= 1.119.1~),
|
||||
ruby-aws-sdk-s3 (>= 1.121.0~),
|
||||
ruby-faraday-middleware-aws-sigv4,
|
||||
ruby-typhoeus (>= 1.4~),
|
||||
# Markdown and HTML processing
|
||||
|
@ -245,7 +245,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-rouge (>= 4.1~),
|
||||
ruby-truncato (>= 0.7.12~),
|
||||
ruby-bootstrap-form (>= 4.2~),
|
||||
ruby-nokogiri (>= 1.14.1~),
|
||||
ruby-nokogiri (>= 1.14.3~),
|
||||
ruby-escape-utils (>= 1.2.1~),
|
||||
# Calendar rendering
|
||||
ruby-icalendar,
|
||||
|
@ -314,7 +314,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-sanitize (>= 6.0~),
|
||||
ruby-babosa (>= 1.0.3~),
|
||||
# Sanitizes SVG input
|
||||
ruby-loofah (>= 2.19.1~),
|
||||
ruby-loofah (>= 2.20.0~),
|
||||
# Working with license
|
||||
ruby-licensee (>= 9.14.1~),
|
||||
# Protect against bruteforcing
|
||||
|
@ -411,9 +411,9 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# SSH keys support
|
||||
ruby-ssh-data (>= 1.2~),
|
||||
# Spamcheck GRPC protocol definitions
|
||||
ruby-spamcheck (>= 1.0~),
|
||||
ruby-spamcheck (>= 1.3.0~),
|
||||
# Gitaly GRPC client
|
||||
ruby-gitaly (>= 15.10.8~),
|
||||
ruby-gitaly (>= 15.11~),
|
||||
# KAS GRPC protocol definitions
|
||||
ruby-kas-grpc,
|
||||
#
|
||||
|
@ -432,7 +432,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-lograge (>= 0.10~),
|
||||
ruby-grape-logging (>= 1.8~),
|
||||
# DNS Lookup
|
||||
ruby-gitlab-net-dns (>= 0.9.1~),
|
||||
ruby-gitlab-net-dns (>= 0.9.2~),
|
||||
# Countries list
|
||||
ruby-countries (>= 4.0~),
|
||||
ruby-retriable (>= 3.1.2~),
|
||||
|
@ -552,7 +552,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# gitlab-sidekiq was failing without puma
|
||||
puma
|
||||
Recommends: certbot,
|
||||
gitaly (>= 15.10.8~),
|
||||
gitaly (>= 15.11~),
|
||||
openssh-server
|
||||
Conflicts: libruby2.5
|
||||
Description: git powered software platform to collaborate on code (non-omnibus)
|
||||
|
|
Loading…
Reference in a new issue