From aff87e25cf3471abb51b77374b7c19c72cb4cd27 Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Thu, 25 Aug 2016 12:26:23 +0530 Subject: [PATCH] update dependencies --- debian/changelog | 1 + debian/control | 15 ++++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5af0475173..138d1f00ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ gitlab (8.10.5+dfsg-1) UNRELEASED; urgency=medium * New upstream release * Refresh patches + * Update dependencies -- Pirate Praveen Wed, 24 Aug 2016 12:52:19 +0530 diff --git a/debian/control b/debian/control index 240de9416b..36a5f1ab22 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ucf, gitlab-shell (>= 3.0.0-4~), gitlab-workhorse (>= 0.7.2~), - ruby-rails (>= 2:4.2.6~), + ruby-rails (>= 2:4.2.7~), ruby-rails (<< 2:5), ruby-rails-deprecated-sanitizer (>= 1.0.3~), ruby-responders (>= 2.0~), @@ -69,7 +69,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, # Browser detection ruby-browser (>= 2.2~), # Extracting information from a git repository - ruby-gitlab-git (>= 10.2~), + ruby-gitlab-git (>= 10.3.2~), # LDAP Auth # Debian package includes gitlab patches ruby-omniauth-ldap (>= 1.0.4~), @@ -84,7 +84,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, # Pagination ruby-kaminari (>= 0.17~), # HAML - ruby-haml-rails (>= 0.9.0~), + ruby-hamlit, # Files attachments ruby-carrierwave (>= 0.9~), # Drag and Drop UI @@ -96,6 +96,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-fog-local (>= 0.3~), ruby-fog-google (>= 0.3~), ruby-fog-openstack (>= 0.1~), + ruby-fog-rackspace, # for aws storage ruby-unf (>= 0.1.4-2~), # Authorization @@ -205,7 +206,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-method-source (>= 0.8.2-2~), ruby-influxdb (>= 0.2~), ruby-connection-pool (>= 2.0~), - ruby-sentry-raven, + ruby-sentry-raven (>= 1.1~), ruby-premailer-rails, # ruby-actionmailer, ruby-mail (>= 2.5.4~), @@ -220,7 +221,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-oauth2 (>= 1.0.0~), # Soft deletion ruby-paranoia (>= 2.0~), - ruby-health-check (>= 1.5.1~), +# Health check + ruby-health-check (>= 2.1~), +# System information + ruby-vmstat, + ruby-sys-filesystem, # Vendored js files libjs-jquery-cookie, libjs-jquery-history,