Tighten dependencies
This commit is contained in:
parent
c53677ca62
commit
935951ddec
1 changed files with 13 additions and 12 deletions
25
debian/control
vendored
25
debian/control
vendored
|
@ -35,7 +35,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
openssh-client,
|
||||
bzip2,
|
||||
ucf,
|
||||
gitlab-workhorse (>= 8.8.1+debian-3~),
|
||||
gitlab-workhorse (>= 8.18~),
|
||||
ruby-rails (>= 2:5.2.3~),
|
||||
ruby-bootsnap,
|
||||
ruby-nakayoshi-fork (>= 0.0.4~),
|
||||
|
@ -47,6 +47,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-rugged (>= 0.28~),
|
||||
ruby-grape-path-helpers (>= 1.1~),
|
||||
ruby-faraday (>= 0.12~),
|
||||
ruby-marginalia (>= 1.8~),
|
||||
# Authentication libraries
|
||||
ruby-devise (>= 4.6.2~),
|
||||
ruby-doorkeeper (>= 4.3~),
|
||||
|
@ -73,7 +74,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-jwt (>= 2.1~),
|
||||
# Spam and anti-bot protection
|
||||
ruby-recaptcha (>= 4.11~),
|
||||
ruby-akismet (>= 2.0~),
|
||||
ruby-akismet (>= 3.0~),
|
||||
ruby-invisible-captcha (>= 0.12.1~),
|
||||
# Two-factor authentication
|
||||
ruby-devise-two-factor (>= 3.0~),
|
||||
|
@ -106,7 +107,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Pagination
|
||||
ruby-kaminari (>= 1.0~),
|
||||
# HAML
|
||||
ruby-hamlit (>= 2.8.8~),
|
||||
ruby-hamlit (>= 2.11~),
|
||||
# Files attachments
|
||||
ruby-carrierwave (>= 1.3~),
|
||||
ruby-mini-magick,
|
||||
|
@ -135,10 +136,10 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-aws-sdk (>= 2.9.32~),
|
||||
# ruby-faraday-middleware-aws-signers-v4, embedded
|
||||
# Markdown and HTML processing
|
||||
ruby-html-pipeline (>= 2.8~),
|
||||
ruby-html-pipeline (>= 2.12~),
|
||||
ruby-task-list (>= 2.2.1~),
|
||||
ruby-github-markup (>= 1.7~),
|
||||
ruby-commonmarker (>= 0.17~),
|
||||
ruby-commonmarker (>= 0.20~),
|
||||
ruby-redcloth (>= 4.3.2-3~),
|
||||
# rdoc is built-in with ruby
|
||||
ruby-org (>= 0.9.12-2~),
|
||||
|
@ -211,7 +212,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Hangouts Chat integration
|
||||
ruby-hangouts-chat (>= 0.0.5),
|
||||
# Asana integration
|
||||
ruby-asana (>= 0.8.1~),
|
||||
ruby-asana (>= 0.9~),
|
||||
# FogBugz integration
|
||||
ruby-fogbugz (>= 0.2.1-3~),
|
||||
# Kubernetes integration
|
||||
|
@ -234,8 +235,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Faster blank
|
||||
ruby-fast-blank,
|
||||
# Parse time & duration
|
||||
ruby-chronic (>= 0.10.2-3~),
|
||||
ruby-gitlab-chronic-duration (>= 0.10.6.1~),
|
||||
ruby-gitlab-chronic (>= 0.10.5~),
|
||||
ruby-gitlab-chronic-duration (>= 0.10.6.2~),
|
||||
#
|
||||
ruby-webpack-rails (>= 0.9.10~),
|
||||
# Many node modules are still in NEW, some are yet to be packaged
|
||||
|
@ -269,7 +270,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
#
|
||||
ruby-batch-loader (>= 1.4~),
|
||||
# Perf bar
|
||||
ruby-peek (>= 1.0.1~),
|
||||
ruby-peek (>= 1.1~),
|
||||
# Snowplow events tracking
|
||||
ruby-snowplow-tracker (>= 0.6.1~),
|
||||
# Memory benchmarks
|
||||
|
@ -285,7 +286,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
#
|
||||
ruby-octokit (>= 4.13.0+gh~),
|
||||
#
|
||||
ruby-mail-room (>= 0.9.1~),
|
||||
ruby-mail-room (>= 0.10~),
|
||||
#
|
||||
ruby-email-reply-trimmer (>= 0.1~),
|
||||
ruby-html2text,
|
||||
|
@ -311,7 +312,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-ed25519 (>= 1.2~),
|
||||
ruby-bcrypt-pbkdf (>= 1.0~),
|
||||
# Gitaly GRPC client
|
||||
ruby-gitaly (>= 1.70+dfsg~),
|
||||
ruby-gitaly (>= 1.73~),
|
||||
ruby-grpc (>= 1.19~),
|
||||
ruby-google-protobuf (>= 3.7~),
|
||||
#
|
||||
|
@ -396,7 +397,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# gitlab-sidekiq was failing without puma
|
||||
puma
|
||||
Recommends: certbot,
|
||||
gitaly (>= 1.72.1+dfsg-2~)
|
||||
gitaly (>= 1.78~)
|
||||
Conflicts: libruby2.3
|
||||
Description: git powered software platform to collaborate on code (non-omnibus)
|
||||
gitlab provides web based interface to host source code and track issues.
|
||||
|
|
Loading…
Add table
Reference in a new issue