Tighten versions of dependencies
This commit is contained in:
parent
55e0fe2d9c
commit
735863d103
1 changed files with 7 additions and 4 deletions
11
debian/control
vendored
11
debian/control
vendored
|
@ -123,6 +123,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-fog-openstack (>= 1.0~),
|
||||
ruby-fog-rackspace (>= 0.1.1~),
|
||||
ruby-fog-aliyun (>= 0.3~),
|
||||
ruby-gitlab-fog-azure-rm (>= 0.7~),
|
||||
# for Google storage
|
||||
ruby-google-api-client (>= 0.33~),
|
||||
# for aws storage
|
||||
|
@ -193,7 +194,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Misc
|
||||
ruby-version-sorter (>= 2.2.4~),
|
||||
# Export Ruby Regex to Javascript
|
||||
ruby-js-regex (>= 3.1~),
|
||||
ruby-js-regex (>= 3.4~),
|
||||
# User agent parsing
|
||||
ruby-device-detector,
|
||||
# Redis
|
||||
|
@ -287,7 +288,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Metrics
|
||||
ruby-method-source (>= 1.0~),
|
||||
# Prometheus
|
||||
ruby-prometheus-client-mmap (>= 0.10~),
|
||||
ruby-prometheus-client-mmap (>= 0.11~),
|
||||
ruby-raindrops (>= 0.18~),
|
||||
#
|
||||
ruby-octokit (>= 4.15~),
|
||||
|
@ -306,7 +307,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# OAuth
|
||||
ruby-oauth2 (>= 1.4.4~),
|
||||
# Health check
|
||||
ruby-health-check (>= 2.6~),
|
||||
ruby-health-check (>= 3.0~),
|
||||
# System information
|
||||
ruby-vmstat (>= 2.3~),
|
||||
ruby-sys-filesystem (>= 1.1.6~),
|
||||
|
@ -319,7 +320,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-ed25519 (>= 1.2~),
|
||||
ruby-bcrypt-pbkdf (>= 1.0~),
|
||||
# Gitaly GRPC client
|
||||
ruby-gitaly (>= 13.2~),
|
||||
ruby-gitaly (>= 13.3~),
|
||||
ruby-grpc (>= 1.19~),
|
||||
ruby-google-protobuf (>= 3.7~),
|
||||
#
|
||||
|
@ -348,8 +349,10 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# JSON
|
||||
ruby-json (>= 2.3~),
|
||||
ruby-json-schema (>= 2.8.1-2~),
|
||||
ruby-json-schemer (>= 0.2.12~),
|
||||
ruby-oj (>= 3.10.6~),
|
||||
ruby-multi-json (>= 1.14.1~),
|
||||
ruby-yajl (>= 1.4.1~),
|
||||
# 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