update/tighten dependencies
This commit is contained in:
parent
845360da31
commit
9410785f7a
1 changed files with 9 additions and 2 deletions
11
debian/control
vendored
11
debian/control
vendored
|
@ -236,11 +236,18 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
ruby-select2-rails (>= 3.5.9~),
|
ruby-select2-rails (>= 3.5.9~),
|
||||||
ruby-virtus (>= 1.0.5-3~),
|
ruby-virtus (>= 1.0.5-3~),
|
||||||
ruby-net-ssh (>= 1:4.0~),
|
ruby-net-ssh (>= 1:4.0~),
|
||||||
|
# Required for ED25519 SSH host key support
|
||||||
|
ruby-rbnacl-libsodium,
|
||||||
|
ruby-rbnacl,
|
||||||
|
ruby-bcrypt-pbkdf,
|
||||||
ruby-base32 (>= 0.3.0~),
|
ruby-base32 (>= 0.3.0~),
|
||||||
# Metrics
|
# Metrics
|
||||||
ruby-allocations (>= 1.0~),
|
ruby-allocations (>= 1.0~),
|
||||||
ruby-method-source (>= 0.8.2-2~),
|
ruby-method-source (>= 0.8.2-2~),
|
||||||
ruby-influxdb (>= 0.2~),
|
ruby-influxdb (>= 0.2~),
|
||||||
|
# Prometheus
|
||||||
|
ruby-prometheus-client-mmap,
|
||||||
|
ruby-raindrops (>= 0.18~),
|
||||||
ruby-connection-pool (>= 2.0~),
|
ruby-connection-pool (>= 2.0~),
|
||||||
ruby-sentry-raven (>= 2.5.3~),
|
ruby-sentry-raven (>= 2.5.3~),
|
||||||
ruby-premailer-rails (>= 1.9.7~),
|
ruby-premailer-rails (>= 1.9.7~),
|
||||||
|
@ -272,9 +279,9 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
# OAuth
|
# OAuth
|
||||||
ruby-oauth2 (>= 1.3~),
|
ruby-oauth2 (>= 1.3~),
|
||||||
# Soft deletion
|
# Soft deletion
|
||||||
ruby-paranoia (>= 2.2~),
|
ruby-paranoia (>= 2.3.1~),
|
||||||
# Health check
|
# Health check
|
||||||
ruby-health-check (>= 2.1~),
|
ruby-health-check (>= 2.6~),
|
||||||
# System information
|
# System information
|
||||||
ruby-vmstat (>= 2.3~),
|
ruby-vmstat (>= 2.3~),
|
||||||
ruby-sys-filesystem,
|
ruby-sys-filesystem,
|
||||||
|
|
Loading…
Add table
Reference in a new issue