tighten versions, add new dependencies
This commit is contained in:
parent
b3aafb3fcd
commit
979c5f2332
1 changed files with 12 additions and 4 deletions
16
debian/control
vendored
16
debian/control
vendored
|
@ -34,7 +34,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
ucf,
|
||||
gitlab-shell (>= 3.6.6-4~),
|
||||
gitlab-workhorse (>= 0.8.5~),
|
||||
ruby-rails (>= 2:4.2.7~),
|
||||
ruby-rails (>= 2:4.2.8~),
|
||||
ruby-rails (<< 2:5),
|
||||
ruby-rails-deprecated-sanitizer (>= 1.0.3~),
|
||||
ruby-responders (>= 2.0~),
|
||||
|
@ -46,7 +46,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
# Authentication libraries
|
||||
ruby-devise (>= 4.2~),
|
||||
ruby-doorkeeper (>= 4.0~),
|
||||
ruby-omniauth (>= 1.3.1~),
|
||||
ruby-doorkeeper-openid-connect,
|
||||
ruby-omniauth (>= 1.4.2~),
|
||||
ruby-omniauth-auth0 (>= 1.4.1~),
|
||||
ruby-omniauth-azure-oauth2 (>= 0.0.6~),
|
||||
ruby-omniauth-bitbucket (>= 0.0.2~),
|
||||
|
@ -56,11 +57,14 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
ruby-omniauth-gitlab (>= 1.0.2~),
|
||||
ruby-omniauth-google-oauth2 (>= 0.4.1~),
|
||||
ruby-omniauth-kerberos (>= 0.3.0-3~),
|
||||
ruby-omniauth-oauth2-generic,
|
||||
ruby-omniauth-saml (>= 1.7.0~),
|
||||
ruby-omniauth-shibboleth (>= 1.2.0~),
|
||||
ruby-omniauth-twitter (>= 1.2.0~),
|
||||
ruby-omniauth-crowd (>= 2.2.0~),
|
||||
ruby-omniauth-authentiq,
|
||||
ruby-rack-oauth2 (>= 1.2.1~),
|
||||
ruby-jwt (>= 1.5.6~),
|
||||
# Spam and anti-bot protection
|
||||
ruby-recaptcha (>= 3.0~),
|
||||
ruby-akismet,
|
||||
|
@ -69,6 +73,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
ruby-rqrcode-rails3 (>= 0.1.7~),
|
||||
ruby-attr-encrypted (>= 3.0~),
|
||||
ruby-u2f,
|
||||
# GitLab Pages
|
||||
ruby-validates-hostname,
|
||||
# Browser detection
|
||||
ruby-browser (>= 2.2~),
|
||||
# Extracting information from a git repository
|
||||
|
@ -81,15 +87,17 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
# Language detection
|
||||
ruby-github-linguist (>= 4.7.0~),
|
||||
# API
|
||||
ruby-grape (>= 0.16.2-2~),
|
||||
ruby-grape (>= 0.19.0~),
|
||||
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~),
|
||||
# HAML
|
||||
ruby-hamlit (>= 2.7~),
|
||||
# Files attachments
|
||||
ruby-carrierwave (>= 0.9~),
|
||||
ruby-carrierwave (>= 1.0~),
|
||||
# Drag and Drop UI
|
||||
ruby-dropzonejs-rails (>= 0.7.1~),
|
||||
# for backups
|
||||
|
|
Loading…
Reference in a new issue