tighten dependencies, add more depends
This commit is contained in:
parent
cba1141158
commit
0fe4b08442
1 changed files with 26 additions and 10 deletions
36
debian/control
vendored
36
debian/control
vendored
|
@ -103,11 +103,13 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
# for backups
|
||||
ruby-fog-aws (>= 0.9~),
|
||||
ruby-fog-azure,
|
||||
ruby-fog-core (>= 1.40~),
|
||||
ruby-fog-core (>= 1.44~),
|
||||
ruby-fog-local (>= 0.3~),
|
||||
ruby-fog-google (>= 0.3~),
|
||||
ruby-fog-google (>= 0.5~),
|
||||
ruby-fog-openstack (>= 0.1~),
|
||||
ruby-fog-rackspace,
|
||||
# for Google storage
|
||||
ruby-google-api-client,
|
||||
# for aws storage
|
||||
ruby-unf (>= 0.1.4-2~),
|
||||
# Authorization
|
||||
|
@ -117,7 +119,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
# Markdown and HTML processing
|
||||
ruby-htmlentities (>= 4.3.3~),
|
||||
ruby-html-pipeline (>= 1.11.0),
|
||||
ruby-task-list (>= 1.0.5~),
|
||||
ruby-task-list (>= 1.0.6~),
|
||||
ruby-github-markup (>= 1.5.1~),
|
||||
ruby-redcarpet (>= 3.3.4~),
|
||||
ruby-redcloth (>= 4.3.2-2~),
|
||||
|
@ -125,11 +127,12 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
ruby-creole (>= 0.5.0~),
|
||||
ruby-wikicloth (>= 0.8.1~),
|
||||
asciidoctor (>= 1.5.2~),
|
||||
ruby-asciidoctor-plantuml (>= 0.0.7~),
|
||||
ruby-rouge (>= 2.0~),
|
||||
ruby-truncato (>= 0.7.9~),
|
||||
ruby-nokogiri (>= 1.6.7.2~),
|
||||
# Diffs
|
||||
ruby-diffy (>= 3.0.3~),
|
||||
ruby-diffy (>= 3.1~),
|
||||
# Application server
|
||||
unicorn (>= 5.1~),
|
||||
ruby-unicorn-worker-killer (>= 0.4.4~),
|
||||
|
@ -141,33 +144,40 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
ruby-acts-as-taggable-on (>= 4.0~),
|
||||
# Background jobs
|
||||
ruby-sinatra (>= 1.4.7-4~),
|
||||
ruby-sidekiq (>= 4.2~),
|
||||
ruby-sidekiq-cron (>= 0.4.0~),
|
||||
ruby-sidekiq (>= 5.0~),
|
||||
ruby-sidekiq-cron (>= 0.4.4~),
|
||||
ruby-redis-namespace,
|
||||
ruby-sidekiq-limit-fetch,
|
||||
# HTTP requests
|
||||
ruby-httparty (>= 0.13.3~),
|
||||
# Colored output to console
|
||||
ruby-rainbow (>= 2.1~),
|
||||
# GitLab settings
|
||||
ruby-settingslogic (>= 2.0.9~),
|
||||
# Linear-time regex library for untrusted regular expressions
|
||||
ruby-re2 (>= 1.0~),
|
||||
# Misc
|
||||
ruby-version-sorter (>= 2.1~),
|
||||
# Cache
|
||||
ruby-redis-rails (>= 4.0.0~),
|
||||
ruby-redis-rails (>= 5.0.1~),
|
||||
# Campfire integration
|
||||
ruby-tinder (>= 1.10.1-2~),
|
||||
# HipChat integration
|
||||
ruby-hipchat (>= 1.5.0~),
|
||||
# JIRA integration
|
||||
ruby-jira (>= 1.1.2),
|
||||
# Flowdock integration
|
||||
ruby-gitlab-flowdock-git-hook (>= 1.0.1-2~),
|
||||
# Gemnasium integration
|
||||
ruby-gemnasium-gitlab-service (>= 0.2~),
|
||||
# Slack integration
|
||||
ruby-slack-notifier (>= 1.2.0~),
|
||||
ruby-slack-notifier (>= 1.5.1~),
|
||||
# Asana integration
|
||||
ruby-asana (>= 0.4.0~),
|
||||
# FogBugz integration
|
||||
ruby-fogbugz (>= 0.2.1-3~),
|
||||
# Kubernetes integration
|
||||
ruby-kubeclient,
|
||||
# d3
|
||||
ruby-d3-rails (>= 3.1~),
|
||||
#cal-heatmap
|
||||
|
@ -182,7 +192,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
# Working with license
|
||||
ruby-licensee (>= 8.0.0-2~),
|
||||
# Protect against bruteforcing
|
||||
ruby-rack-attack (>= 4.3.1~),
|
||||
ruby-rack-attack (>= 4.4.1~),
|
||||
# Ace editor
|
||||
ruby-ace-rails-ap (>= 4.1~),
|
||||
# Keyboard shortcuts
|
||||
|
@ -194,6 +204,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
# Parse time & duration
|
||||
ruby-chronic (>= 0.10.2-3~),
|
||||
ruby-chronic-duration,
|
||||
ruby-webpack-rails,
|
||||
ruby-rack-proxy,
|
||||
ruby-sass-rails (>= 5.0.6~),
|
||||
ruby-coffee-rails (>= 4.1.0~),
|
||||
ruby-coffee-script-source (>= 1.10.0~),
|
||||
|
@ -202,7 +214,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
ruby-jquery-turbolinks (>= 2.1.0~),
|
||||
ruby-addressable (>= 2.3.8~),
|
||||
ruby-bootstrap-sass (>= 3.3.0~),
|
||||
ruby-font-awesome-rails (>= 4.6.1~),
|
||||
ruby-font-awesome-rails (>= 4.7~),
|
||||
ruby-gemojione (>= 3.0~),
|
||||
ruby-gon (>= 6.1~),
|
||||
ruby-jquery-atwho-rails (>= 1.3.2~),
|
||||
|
@ -223,6 +235,10 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
ruby-connection-pool (>= 2.0~),
|
||||
ruby-sentry-raven (>= 2.0~),
|
||||
ruby-premailer-rails,
|
||||
# I18n
|
||||
ruby-parser (>= 3.8.2~),
|
||||
ruby-gettext-i18n-rails,
|
||||
ruby-gettext-i18n-rails-js,
|
||||
# ruby-actionmailer,
|
||||
ruby-mail (>= 2.5.4~),
|
||||
ruby-octokit (>= 4.3.0~),
|
||||
|
|
Loading…
Add table
Reference in a new issue