From d72042c834a30e5d27f7f2ae3ca89d9b6a9b6fc8 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Sun, 10 Sep 2017 22:22:16 +0530 Subject: [PATCH] tighten dependencies --- debian/control | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index 983b010257..41025c6564 100644 --- a/debian/control +++ b/debian/control @@ -43,9 +43,12 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-default-value-for (>= 3~), #ruby-mysql2 | ruby-pg, ruby-pg (>= 0.18.4~), + ruby-rugged (>= 0.26~), + ruby-grape-route-helpers, + ruby-faraday (>= 0.12~), # Authentication libraries ruby-devise (>= 4.2~), - ruby-doorkeeper (>= 4.0~), + ruby-doorkeeper (>= 4.2~), ruby-doorkeeper-openid-connect, ruby-omniauth (>= 1.4.2~), ruby-omniauth-auth0 (>= 1.4.1~), @@ -77,37 +80,41 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-validates-hostname, # Browser detection ruby-browser (>= 2.2~), +# GPG + ruby-gpgme, # Extracting information from a git repository ruby-gitlab-git (>= 10.7~), # LDAP Auth # Debian package includes gitlab patches ruby-omniauth-ldap (>= 1.0.4~), + ruby-net-ldap, # Git Wiki ruby-gollum-lib (>= 4.2.1+debian~), + ruby-gollum-rugged-adapter (>= 0.4.4~), # Language detection ruby-github-linguist (>= 4.7.0~), # API - ruby-grape (>= 0.19.0~), + ruby-grape (>= 0.19.2~), ruby-grape-entity (>= 0.6~), ruby-rack-cors (>= 0.4.0~), # Disable strong_params so that Mash does not respond to :permitted? ruby-hashie-forbidden-attributes, # Pagination - ruby-kaminari (>= 0.17~), + ruby-kaminari (>= 1.0~), # HAML ruby-hamlit (>= 2.7~), # Files attachments - ruby-carrierwave (>= 1.0~), + ruby-carrierwave (>= 1.1~), # Drag and Drop UI ruby-dropzonejs-rails (>= 0.7.1~), # for backups - ruby-fog-aws (>= 0.9~), - ruby-fog-azure, + ruby-fog-aws (>= 1.4~), ruby-fog-core (>= 1.44~), - ruby-fog-local (>= 0.3~), ruby-fog-google (>= 0.5~), + ruby-fog-local (>= 0.3~), ruby-fog-openstack (>= 0.1~), ruby-fog-rackspace, + ruby-fog-aliyun, # for Google storage ruby-google-api-client, # for aws storage @@ -119,7 +126,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.6~), + ruby-task-list (>= 2.0~), ruby-github-markup (>= 1.5.1~), ruby-redcarpet (>= 3.3.4~), ruby-redcloth (>= 4.3.2-2~),