Tighten dependencies
This commit is contained in:
parent
f4606b16c9
commit
c4d9fa7d9e
1 changed files with 7 additions and 5 deletions
12
debian/control
vendored
12
debian/control
vendored
|
@ -36,7 +36,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
openssh-client,
|
||||
bzip2,
|
||||
ucf,
|
||||
gitlab-workhorse (>= 8.30~),
|
||||
gitlab-workhorse (>= 8.30.1~),
|
||||
ruby-rails (>= 2:6.0.2.1+dfsg-3~),
|
||||
ruby-bootsnap (>= 1.4~),
|
||||
ruby-nakayoshi-fork (>= 0.0.4~),
|
||||
|
@ -100,7 +100,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-grape-entity (>= 0.7.1~),
|
||||
ruby-rack-cors (>= 1.0.6~),
|
||||
# GraphQL API
|
||||
ruby-graphql (>= 1.9.19~),
|
||||
ruby-graphql (>= 1.10.5~),
|
||||
ruby-graphiql-rails (>= 1.4.10~),
|
||||
ruby-apollo-upload-server (>= 2.0.0~beta3~),
|
||||
# Disable strong_params so that Mash does not respond to :permitted?
|
||||
|
@ -149,7 +149,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
asciidoctor (>= 2.0.10~),
|
||||
ruby-asciidoctor-include-ext (>= 0.3.1~),
|
||||
ruby-asciidoctor-plantuml (>= 0.0.10~),
|
||||
ruby-rouge (>= 3.17~),
|
||||
ruby-rouge (>= 3.18~),
|
||||
ruby-truncato (>= 0.7.11~),
|
||||
ruby-bootstrap-form (>= 4.2~),
|
||||
ruby-nokogiri (>= 1.10.5~),
|
||||
|
@ -265,7 +265,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
#
|
||||
ruby-premailer-rails (>= 1.10.3~),
|
||||
# LabKit: Tracing and Correlation
|
||||
ruby-gitlab-labkit (>= 0.11~),
|
||||
ruby-gitlab-labkit (>= 0.12~),
|
||||
# I18n
|
||||
ruby-ruby-parser (>= 3.8.2~),
|
||||
ruby-rails-i18n (>= 6.0~),
|
||||
|
@ -293,7 +293,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-email-reply-trimmer (>= 0.1~),
|
||||
ruby-html2text,
|
||||
#
|
||||
ruby-prof (>= 1.0~),
|
||||
ruby-prof (>= 1.3~),
|
||||
ruby-stackprof (>= 0.2.15~),
|
||||
ruby-rbtrace (>= 0.4~),
|
||||
ruby-memory-profiler (>= 0.9~),
|
||||
|
@ -338,6 +338,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-lru-redux,
|
||||
ruby-erubi (>= 1.9~),
|
||||
ruby-mail (>= 2.7.1),
|
||||
# File encryption
|
||||
ruby-lockbox (>= 0.3.3~),
|
||||
# packaged node modules - all node packages are not packaged yet
|
||||
node-autosize (>= 4.0~),
|
||||
node-axios (>= 0.17.1~),
|
||||
|
|
Loading…
Reference in a new issue