Tighten dependencies

This commit is contained in:
Pirate Praveen 2018-11-21 11:49:10 +05:30
parent 844d59b87a
commit dc51d6e1e3

24
debian/control vendored
View file

@ -32,8 +32,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
openssh-client, openssh-client,
bzip2, bzip2,
ucf, ucf,
gitlab-shell (>= 8.1.1~), gitlab-shell (>= 8.3.3~),
gitlab-workhorse (>= 5.1~), gitlab-workhorse (>= 6.1~),
ruby-rails (>= 2:4.2.10~), ruby-rails (>= 2:4.2.10~),
ruby-rails (<< 2:5), ruby-rails (<< 2:5),
ruby-rack-test (>= 0.7.0~), ruby-rack-test (>= 0.7.0~),
@ -80,7 +80,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# GitLab Pages # GitLab Pages
ruby-validates-hostname (>= 1.0.6~), ruby-validates-hostname (>= 1.0.6~),
# Browser detection # Browser detection
ruby-browser (>= 2.2~), ruby-browser (>= 2.5~),
# GPG # GPG
ruby-gpgme, ruby-gpgme,
# LDAP Auth # LDAP Auth
@ -107,7 +107,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# HAML # HAML
ruby-hamlit (>= 2.8.8~), ruby-hamlit (>= 2.8.8~),
# Files attachments # Files attachments
ruby-carrierwave (>= 1.2~), ruby-carrierwave (>= 1.2.3~),
ruby-mini-magick, ruby-mini-magick,
# Drag and Drop UI # Drag and Drop UI
ruby-dropzonejs-rails (>= 0.7.1~), ruby-dropzonejs-rails (>= 0.7.1~),
@ -115,13 +115,13 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ruby-fog-aws (>= 2.0.1~), ruby-fog-aws (>= 2.0.1~),
ruby-fog-core (>= 1.44~), ruby-fog-core (>= 1.44~),
ruby-excon (>= 0.60~), ruby-excon (>= 0.60~),
ruby-fog-google (>= 1.3.3~), ruby-fog-google (>= 1.7.1~),
ruby-fog-local (>= 0.3~), ruby-fog-local (>= 0.3~),
ruby-fog-openstack (>= 0.1~), ruby-fog-openstack (>= 0.1~),
ruby-fog-rackspace (>= 0.1.1~), ruby-fog-rackspace (>= 0.1.1~),
ruby-fog-aliyun (>= 0.2.0~), ruby-fog-aliyun (>= 0.2.0~),
# for Google storage # for Google storage
ruby-google-api-client (>= 0.19.8~), ruby-google-api-client (>= 0.23~),
# for aws storage # for aws storage
ruby-unf (>= 0.1.4-2~), ruby-unf (>= 0.1.4-2~),
ruby-unf-ext (>= 0.0.7.4), ruby-unf-ext (>= 0.0.7.4),
@ -166,7 +166,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# HTTP requests # HTTP requests
ruby-httparty (>= 0.15.6~), ruby-httparty (>= 0.15.6~),
# Colored output to console # Colored output to console
ruby-rainbow (>= 2.2~), ruby-rainbow (>= 3.0~),
# Progress bar # Progress bar
ruby-progressbar, ruby-progressbar,
# GitLab settings # GitLab settings
@ -175,6 +175,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ruby-re2 (>= 1.1.1~), ruby-re2 (>= 1.1.1~),
# Misc # Misc
ruby-version-sorter (>= 2.1~), ruby-version-sorter (>= 2.1~),
# Export Ruby Regex to Javascript
ruby-js-regex (>= 3.1~),
# User agent parsing # User agent parsing
ruby-device-detector, ruby-device-detector,
# Cache # Cache
@ -189,8 +191,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# Flowdock integration # Flowdock integration
ruby-gitlab-flowdock-git-hook (>= 1.0.1-4~), ruby-gitlab-flowdock-git-hook (>= 1.0.1-4~),
ruby-posix-spawn (>= 0.3.13~), ruby-posix-spawn (>= 0.3.13~),
# Gemnasium integration
ruby-gemnasium-gitlab-service (>= 0.2~),
# Slack integration # Slack integration
ruby-slack-notifier (>= 1.5.1~), ruby-slack-notifier (>= 1.5.1~),
# Hangouts Chat integration # Hangouts Chat integration
@ -288,11 +288,11 @@ 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-proto (>= 0.113~), ruby-gitaly-proto (>= 0.117~),
ruby-grpc (>= 1.11~), ruby-grpc (>= 1.11~),
ruby-google-protobuf (>= 3.5.1~), ruby-google-protobuf (>= 3.5.1~),
# #
ruby-toml-rb (>= 1.0~), ruby-toml-rb (>= 1.0.0-2~),
# Feature toggles # Feature toggles
ruby-flipper (>= 0.13~), ruby-flipper (>= 0.13~),
ruby-flipper-active-record (>= 0.13~), ruby-flipper-active-record (>= 0.13~),
@ -350,7 +350,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# node-url-loader, # node-url-loader,
# node-katex # node-katex
Recommends: certbot, Recommends: certbot,
gitaly (>= 0.117.3~) gitaly (>= 0.120.1~)
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.
It allows anyone for fork a repository and send merge requests. Code review It allows anyone for fork a repository and send merge requests. Code review