tighten dependencies
This commit is contained in:
parent
a00a4d5093
commit
d1eb11e602
2 changed files with 13 additions and 7 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
gitlab (8.9.0+dfsg-5) UNRELEASED; urgency=medium
|
||||
|
||||
* Tighten dependecies
|
||||
|
||||
-- Pirate Praveen <praveen@debian.org> Thu, 14 Jul 2016 21:04:06 +0530
|
||||
|
||||
gitlab (8.9.0+dfsg-4) unstable; urgency=medium
|
||||
|
||||
* Move config files to /usr/share/doc as examples and
|
||||
|
|
14
debian/control
vendored
14
debian/control
vendored
|
@ -30,7 +30,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
openssh-client,
|
||||
ucf,
|
||||
gitlab-shell (>= 3.0.0-4~),
|
||||
gitlab-workhorse (>= 0.6.2~),
|
||||
gitlab-workhorse (>= 0.7.2~),
|
||||
ruby-rails (>= 2:4.2.6~),
|
||||
ruby-rails (<< 2:5),
|
||||
ruby-rails-deprecated-sanitizer (>= 1.0.3~),
|
||||
|
@ -51,7 +51,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
ruby-omniauth-facebook (>= 3.0.0~),
|
||||
ruby-omniauth-github (>= 1.1.1~),
|
||||
ruby-omniauth-gitlab (>= 1.0.0~),
|
||||
ruby-omniauth-google-oauth2 (>= 0.2.0~),
|
||||
ruby-omniauth-google-oauth2 (>= 0.4.1~),
|
||||
ruby-omniauth-kerberos (>= 0.3.0-3~),
|
||||
ruby-omniauth-saml (>= 1.5.0~),
|
||||
ruby-omniauth-shibboleth (>= 1.2.0~),
|
||||
|
@ -78,7 +78,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
# Language detection
|
||||
ruby-github-linguist (>= 4.7.0~),
|
||||
# API
|
||||
ruby-grape (>= 0.13.0~),
|
||||
ruby-grape (>= 0.16.2~),
|
||||
ruby-grape-entity (>= 0.5~),
|
||||
ruby-rack-cors (>= 0.4.0~),
|
||||
# Pagination
|
||||
|
@ -99,7 +99,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
# for aws storage
|
||||
ruby-unf (>= 0.1.4~),
|
||||
# Authorization
|
||||
ruby-six (>= 0.2.0~),
|
||||
ruby-six (>= 0.2.0-3~),
|
||||
# Seed data
|
||||
ruby-seed-fu (>= 2.3.5~),
|
||||
# Markdown and HTML processing
|
||||
|
@ -107,7 +107,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
ruby-task-list (>= 1.0.2~),
|
||||
ruby-github-markup (>= 1.3.1~),
|
||||
ruby-redcarpet (>= 3.3.4~),
|
||||
ruby-redcloth (>= 4.2.9~),
|
||||
ruby-redcloth (>= 4.2.9-5+b3~),
|
||||
ruby-org (>= 0.9.12~),
|
||||
ruby-creole (>= 0.5.0~),
|
||||
ruby-wikicloth (>= 0.8.1~),
|
||||
|
@ -197,11 +197,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
ruby-request-store (>= 1.3~),
|
||||
ruby-select2-rails (>= 3.5.9~),
|
||||
ruby-virtus (>= 1.0.1~),
|
||||
ruby-net-ssh (>= 3.0~),
|
||||
ruby-net-ssh (>= 1:3.0.1~),
|
||||
ruby-base32 (>= 0.3.0~),
|
||||
# Metrics
|
||||
ruby-allocations (>= 1.0~),
|
||||
ruby-method-source (>= 0.8~),
|
||||
ruby-method-source (>= 0.8.2-2~),
|
||||
ruby-influxdb (>= 0.2~),
|
||||
ruby-connection-pool (>= 2.0~),
|
||||
ruby-sentry-raven,
|
||||
|
|
Loading…
Reference in a new issue