Set minimum versions for deps
This commit is contained in:
parent
6256e6891a
commit
197d691777
1 changed files with 10 additions and 10 deletions
20
debian/control
vendored
20
debian/control
vendored
|
@ -175,7 +175,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-fog-aws (>= 3.9~),
|
||||
ruby-fog-core (>= 2.1~),
|
||||
ruby-excon (>= 0.72~),
|
||||
ruby-fog-google (>= 1.13~),
|
||||
ruby-fog-google (>= 1.15~),
|
||||
ruby-fog-local (>= 0.6~),
|
||||
ruby-fog-openstack (>= 1.0~),
|
||||
ruby-fog-rackspace (>= 0.1.1~),
|
||||
|
@ -213,8 +213,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
asciidoctor (>= 2.0.10~),
|
||||
ruby-asciidoctor-include-ext (>= 0.3.1~),
|
||||
ruby-asciidoctor-plantuml (>= 0.0.12~),
|
||||
ruby-asciidoctor-kroki (>= 0.4~),
|
||||
ruby-rouge (>= 3.21~),
|
||||
ruby-asciidoctor-kroki (>= 0.5~),
|
||||
ruby-rouge (>= 3.26~),
|
||||
ruby-truncato (>= 0.7.11~),
|
||||
ruby-bootstrap-form (>= 4.2~),
|
||||
ruby-nokogiri (>= 1.11.4~),
|
||||
|
@ -237,7 +237,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Background jobs
|
||||
ruby-sidekiq (>= 5.2.7~),
|
||||
ruby-sidekiq-cron (>= 1.0~),
|
||||
ruby-redis-namespace (>= 1.7~),
|
||||
ruby-redis-namespace (>= 1.8.1~),
|
||||
ruby-gitlab-sidekiq-fetcher (>= 0.6.1~),
|
||||
# Cron Parser
|
||||
ruby-fugit (>= 1.2.1~),
|
||||
|
@ -280,7 +280,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# FogBugz integration
|
||||
ruby-fogbugz (>= 0.2.1-3~),
|
||||
# Kubernetes integration
|
||||
ruby-kubeclient (>= 4.6~),
|
||||
ruby-kubeclient (>= 4.9.2~),
|
||||
ruby-recursive-open-struct (>= 1.1.1~),
|
||||
ruby-http (>= 4.4~),
|
||||
# Sanitize user input
|
||||
|
@ -312,10 +312,10 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
#
|
||||
ruby-sassc-rails (>= 2.1~),
|
||||
ruby-sassc (>= 2.0~),
|
||||
ruby-autoprefixer-rails (>= 10.2~),
|
||||
ruby-autoprefixer-rails (>= 10.2.5.1~),
|
||||
ruby-terser (>= 1.0.2~),
|
||||
#
|
||||
ruby-addressable (>= 2.7~),
|
||||
ruby-addressable (>= 2.8~),
|
||||
ruby-gemojione (>= 3.3~),
|
||||
ruby-gon (>= 6.4~),
|
||||
ruby-request-store (>= 1.5~),
|
||||
|
@ -324,7 +324,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Sentry integration
|
||||
ruby-sentry-raven (>= 3.1~),
|
||||
# PostgreSQL query parsing
|
||||
ruby-gitlab-pg-query (>= 2.0.4~),
|
||||
ruby-pg-query (>= 2.1~),
|
||||
#
|
||||
ruby-premailer-rails (>= 1.10.3-2~),
|
||||
# LabKit: Tracing and Correlation
|
||||
|
@ -391,13 +391,13 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
#
|
||||
ruby-google-protobuf (>= 3.17.3-1.1~),
|
||||
#
|
||||
ruby-toml-rb (>= 1.0.0-2~),
|
||||
ruby-toml-rb (>= 2.0~),
|
||||
# Feature toggles
|
||||
ruby-flipper (>= 0.21~),
|
||||
ruby-flipper-active-record (>= 0.21~),
|
||||
ruby-flipper-active-support-cache-store (>= 0.21~),
|
||||
ruby-unleash (>= 0.1.5~),
|
||||
ruby-gitlab-experiment (>= 0.5.4~),
|
||||
ruby-gitlab-experiment (>= 0.6.1~),
|
||||
# Structured logging
|
||||
ruby-lograge (>= 0.10~),
|
||||
ruby-grape-logging (>= 1.8~),
|
||||
|
|
Loading…
Reference in a new issue