update dependencies
This commit is contained in:
parent
be09c2008b
commit
aff87e25cf
2 changed files with 11 additions and 5 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -2,6 +2,7 @@ gitlab (8.10.5+dfsg-1) UNRELEASED; urgency=medium
|
|||
|
||||
* New upstream release
|
||||
* Refresh patches
|
||||
* Update dependencies
|
||||
|
||||
-- Pirate Praveen <praveen@debian.org> Wed, 24 Aug 2016 12:52:19 +0530
|
||||
|
||||
|
|
15
debian/control
vendored
15
debian/control
vendored
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue