Tighten dependency on googleauth to pull ruby-jwt >= 2.0
This commit is contained in:
parent
72cb5f8f42
commit
a7e56fdfcc
1 changed files with 2 additions and 1 deletions
3
debian/control
vendored
3
debian/control
vendored
|
@ -114,6 +114,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-fog-aliyun (>= 0.3~),
|
||||
# for Google storage
|
||||
ruby-google-api-client (>= 0.28~),
|
||||
ruby-googleauth (>= 0.8~),
|
||||
# for aws storage
|
||||
ruby-unf (>= 0.1.4-2~),
|
||||
ruby-unf-ext (>= 0.0.7.4),
|
||||
|
@ -159,7 +160,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-redis-namespace (>= 1.6~),
|
||||
ruby-gitlab-sidekiq-fetcher (>= 0.4.0~),
|
||||
# Cron Parser
|
||||
ruby-rufus-scheduler (>= 3.4~),
|
||||
ruby-fugit (>= 1.1~),
|
||||
# HTTP requests
|
||||
ruby-httparty (>= 0.15.6~),
|
||||
# Colored output to console
|
||||
|
|
Loading…
Reference in a new issue