Tighten dependencies
This commit is contained in:
parent
844d59b87a
commit
dc51d6e1e3
1 changed files with 12 additions and 12 deletions
24
debian/control
vendored
24
debian/control
vendored
|
@ -32,8 +32,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
openssh-client,
|
||||
bzip2,
|
||||
ucf,
|
||||
gitlab-shell (>= 8.1.1~),
|
||||
gitlab-workhorse (>= 5.1~),
|
||||
gitlab-shell (>= 8.3.3~),
|
||||
gitlab-workhorse (>= 6.1~),
|
||||
ruby-rails (>= 2:4.2.10~),
|
||||
ruby-rails (<< 2:5),
|
||||
ruby-rack-test (>= 0.7.0~),
|
||||
|
@ -80,7 +80,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# GitLab Pages
|
||||
ruby-validates-hostname (>= 1.0.6~),
|
||||
# Browser detection
|
||||
ruby-browser (>= 2.2~),
|
||||
ruby-browser (>= 2.5~),
|
||||
# GPG
|
||||
ruby-gpgme,
|
||||
# LDAP Auth
|
||||
|
@ -107,7 +107,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# HAML
|
||||
ruby-hamlit (>= 2.8.8~),
|
||||
# Files attachments
|
||||
ruby-carrierwave (>= 1.2~),
|
||||
ruby-carrierwave (>= 1.2.3~),
|
||||
ruby-mini-magick,
|
||||
# Drag and Drop UI
|
||||
ruby-dropzonejs-rails (>= 0.7.1~),
|
||||
|
@ -115,13 +115,13 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-fog-aws (>= 2.0.1~),
|
||||
ruby-fog-core (>= 1.44~),
|
||||
ruby-excon (>= 0.60~),
|
||||
ruby-fog-google (>= 1.3.3~),
|
||||
ruby-fog-google (>= 1.7.1~),
|
||||
ruby-fog-local (>= 0.3~),
|
||||
ruby-fog-openstack (>= 0.1~),
|
||||
ruby-fog-rackspace (>= 0.1.1~),
|
||||
ruby-fog-aliyun (>= 0.2.0~),
|
||||
# for Google storage
|
||||
ruby-google-api-client (>= 0.19.8~),
|
||||
ruby-google-api-client (>= 0.23~),
|
||||
# for aws storage
|
||||
ruby-unf (>= 0.1.4-2~),
|
||||
ruby-unf-ext (>= 0.0.7.4),
|
||||
|
@ -166,7 +166,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# HTTP requests
|
||||
ruby-httparty (>= 0.15.6~),
|
||||
# Colored output to console
|
||||
ruby-rainbow (>= 2.2~),
|
||||
ruby-rainbow (>= 3.0~),
|
||||
# Progress bar
|
||||
ruby-progressbar,
|
||||
# GitLab settings
|
||||
|
@ -175,6 +175,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-re2 (>= 1.1.1~),
|
||||
# Misc
|
||||
ruby-version-sorter (>= 2.1~),
|
||||
# Export Ruby Regex to Javascript
|
||||
ruby-js-regex (>= 3.1~),
|
||||
# User agent parsing
|
||||
ruby-device-detector,
|
||||
# Cache
|
||||
|
@ -189,8 +191,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Flowdock integration
|
||||
ruby-gitlab-flowdock-git-hook (>= 1.0.1-4~),
|
||||
ruby-posix-spawn (>= 0.3.13~),
|
||||
# Gemnasium integration
|
||||
ruby-gemnasium-gitlab-service (>= 0.2~),
|
||||
# Slack integration
|
||||
ruby-slack-notifier (>= 1.5.1~),
|
||||
# Hangouts Chat integration
|
||||
|
@ -288,11 +288,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-ed25519 (>= 1.2~),
|
||||
ruby-bcrypt-pbkdf (>= 1.0~),
|
||||
# Gitaly GRPC client
|
||||
ruby-gitaly-proto (>= 0.113~),
|
||||
ruby-gitaly-proto (>= 0.117~),
|
||||
ruby-grpc (>= 1.11~),
|
||||
ruby-google-protobuf (>= 3.5.1~),
|
||||
#
|
||||
ruby-toml-rb (>= 1.0~),
|
||||
ruby-toml-rb (>= 1.0.0-2~),
|
||||
# Feature toggles
|
||||
ruby-flipper (>= 0.13~),
|
||||
ruby-flipper-active-record (>= 0.13~),
|
||||
|
@ -350,7 +350,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# node-url-loader,
|
||||
# node-katex
|
||||
Recommends: certbot,
|
||||
gitaly (>= 0.117.3~)
|
||||
gitaly (>= 0.120.1~)
|
||||
Description: git powered software platform to collaborate on code (non-omnibus)
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue