Add missing dependencies
This commit is contained in:
parent
d1170dd3a6
commit
8a38a199b1
1 changed files with 7 additions and 1 deletions
8
debian/control
vendored
8
debian/control
vendored
|
@ -82,6 +82,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# GitLab Pages
|
||||
ruby-validates-hostname (>= 1.0.6~),
|
||||
ruby-zip (>= 1.2.2),
|
||||
# GitLab Pages letsencrypt support
|
||||
ruby-acme-client (>= 2.0.2~),
|
||||
# Browser detection
|
||||
ruby-browser (>= 2.5~),
|
||||
# GPG
|
||||
|
@ -136,6 +138,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-creole (>= 0.5.0~),
|
||||
ruby-wikicloth (>= 0.8.1~),
|
||||
asciidoctor (>= 1.5.8~),
|
||||
ruby-asciidoctor-include-ext (>= 0.3.1~),
|
||||
ruby-asciidoctor-plantuml (>= 0.0.8~),
|
||||
ruby-rouge (>= 3.1~),
|
||||
ruby-truncato (>= 0.7.11~),
|
||||
|
@ -164,7 +167,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-redis-namespace (>= 1.6~),
|
||||
ruby-gitlab-sidekiq-fetcher (>= 0.4.0~),
|
||||
# Cron Parser
|
||||
ruby-fugit (>= 1.1~),
|
||||
ruby-fugit (>= 1.2.1~),
|
||||
# HTTP requests
|
||||
ruby-httparty (>= 0.16.4~),
|
||||
# Colored output to console
|
||||
|
@ -282,6 +285,9 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
#
|
||||
ruby-prof (>= 0.17~),
|
||||
ruby-rbtrace (>= 0.4~),
|
||||
ruby-memory-profiler (>= 0.9~),
|
||||
ruby-benchmark-memory (>= 0.1~),
|
||||
ruby-activerecord-explain-analyze (>= 0.1~),
|
||||
# OAuth
|
||||
ruby-oauth2 (>= 1.4.1~),
|
||||
# Health check
|
||||
|
|
Loading…
Reference in a new issue