add new dependencies
This commit is contained in:
parent
6a62ca7fd8
commit
8a8e9e8a8c
1 changed files with 6 additions and 0 deletions
6
debian/control
vendored
6
debian/control
vendored
|
@ -155,6 +155,10 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
# Sanitize user input
|
||||
ruby-sanitize (>= 2.0~),
|
||||
ruby-babosa (>= 1.0.2~),
|
||||
# Sanitizes SVG input
|
||||
ruby-loofah (>= 2.0.3~),
|
||||
# Working with license
|
||||
ruby-licensee (>= 8.0.0~),
|
||||
# Protect against bruteforcing
|
||||
ruby-rack-attack (>= 4.3.1~),
|
||||
# Ace editor
|
||||
|
@ -183,6 +187,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
ruby-select2-rails (>= 3.5.9~),
|
||||
ruby-virtus (>= 1.0.1~),
|
||||
ruby-net-ssh (>= 3.0~),
|
||||
ruby-base32 (>= 0.3.0~),
|
||||
# Metrics
|
||||
ruby-allocations (>= 1.0~),
|
||||
ruby-method-source (>= 0.8~),
|
||||
|
@ -200,6 +205,7 @@ 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~),
|
||||
# Vendored js files
|
||||
libjs-jquery-cookie,
|
||||
libjs-jquery-history,
|
||||
|
|
Loading…
Reference in a new issue