Update deps
This commit is contained in:
parent
6bc2d85f7b
commit
c645e122bb
1 changed files with 13 additions and 10 deletions
23
debian/control
vendored
23
debian/control
vendored
|
@ -58,7 +58,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-omniauth-facebook (>= 4.0~),
|
||||
ruby-omniauth-github (>= 1.3~),
|
||||
ruby-omniauth-gitlab (>= 1.0.2~),
|
||||
ruby-omniauth-google-oauth2 (>= 0.5.3~),
|
||||
ruby-omniauth-google-oauth2 (>= 0.6~),
|
||||
ruby-omniauth-kerberos (>= 0.3.0-3~),
|
||||
ruby-omniauth-oauth2-generic (>= 0.2.2~),
|
||||
ruby-omniauth-saml (>= 1.10~),
|
||||
|
@ -67,7 +67,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-omniauth-crowd (>= 2.2~),
|
||||
ruby-omniauth-authentiq (>= 0.3.3~),
|
||||
ruby-rack-oauth2 (>= 1.2.1~),
|
||||
ruby-jwt (>= 1.5.6~),
|
||||
ruby-jwt (>= 2.1~),
|
||||
# Spam and anti-bot protection
|
||||
ruby-recaptcha (>= 4.11~),
|
||||
ruby-akismet (>= 2.0~),
|
||||
|
@ -78,6 +78,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-u2f (>= 0.2.1~),
|
||||
# GitLab Pages
|
||||
ruby-validates-hostname (>= 1.0.6~),
|
||||
ruby-zip (>= 1.2.2),
|
||||
# Browser detection
|
||||
ruby-browser (>= 2.5~),
|
||||
# GPG
|
||||
|
@ -100,7 +101,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# HAML
|
||||
ruby-hamlit (>= 2.8.8~),
|
||||
# Files attachments
|
||||
ruby-carrierwave (>= 1.2.3~),
|
||||
ruby-carrierwave (>= 1.3~),
|
||||
ruby-mini-magick,
|
||||
# for backups
|
||||
ruby-fog-aws (>= 2.0.1~),
|
||||
|
@ -134,14 +135,17 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-rouge (>= 3.1~),
|
||||
ruby-truncato (>= 0.7.9~),
|
||||
ruby-bootstrap-form (>= 2.7~),
|
||||
ruby-nokogiri (>= 1.8.4~),
|
||||
ruby-nokogiri (>= 1.8.5~),
|
||||
ruby-escape-utils (>= 1.2.1~),
|
||||
# Calendar rendering
|
||||
ruby-icalendar,
|
||||
# Diffs
|
||||
ruby-diffy (>= 3.1~),
|
||||
# Application server
|
||||
ruby-rack (>= 2.0.6~),
|
||||
# The 2.0.6 version of rack requires monkeypatch to be present in
|
||||
# `config.ru`. This can be removed once a new update for Rack
|
||||
# is available that contains https://github.com/rack/rack/pull/1201
|
||||
ruby-rack (= 2.0.6~),
|
||||
unicorn (>= 5.4~),
|
||||
ruby-kgio (>= 2.11.2~),
|
||||
ruby-unicorn-worker-killer (>= 0.4.4~),
|
||||
|
@ -153,7 +157,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-sidekiq (>= 5.2.1~),
|
||||
ruby-sidekiq-cron (>= 0.6~),
|
||||
ruby-redis-namespace (>= 1.6~),
|
||||
ruby-gitlab-sidekiq-fetcher (>= 0.3.0~),
|
||||
ruby-gitlab-sidekiq-fetcher (>= 0.4.0~),
|
||||
# Cron Parser
|
||||
ruby-rufus-scheduler (>= 3.4~),
|
||||
# HTTP requests
|
||||
|
@ -178,7 +182,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-redis (>= 3.2~),
|
||||
ruby-connection-pool (>= 2.0~),
|
||||
# Discord integration
|
||||
ruby-discordrb-webhooks (>= 3.3.0~),
|
||||
ruby-discordrb-webhooks (>= 3.3~),
|
||||
# HipChat integration
|
||||
ruby-hipchat (>= 1.5~),
|
||||
# JIRA integration
|
||||
|
@ -253,12 +257,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-peek-pg (>= 1.3~),
|
||||
ruby-peek-rblineprof (>= 0.2.0~),
|
||||
ruby-peek-redis (>= 1.2~),
|
||||
ruby-gitlab-sidekiq-fetcher,
|
||||
# Metrics
|
||||
ruby-method-source (>= 0.8.2-2~),
|
||||
ruby-influxdb (>= 0.2~),
|
||||
# Prometheus
|
||||
ruby-prometheus-client-mmap (>= 0.9.3~),
|
||||
ruby-prometheus-client-mmap (>= 0.9.4~),
|
||||
ruby-raindrops (>= 0.18~),
|
||||
#
|
||||
ruby-octokit (>= 4.9~),
|
||||
|
@ -284,7 +287,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-ed25519 (>= 1.2~),
|
||||
ruby-bcrypt-pbkdf (>= 1.0~),
|
||||
# Gitaly GRPC client
|
||||
ruby-gitaly-proto (>= 1.3~),
|
||||
ruby-gitaly-proto (>= 1.5~),
|
||||
ruby-grpc (>= 1.15~),
|
||||
ruby-google-protobuf (>= 3.6~),
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue