18309: remove faraday dependency in the arvados-login-sync gem, instead
authorWard Vandewege <ward@curii.com>
Fri, 29 Oct 2021 15:29:34 +0000 (11:29 -0400)
committerWard Vandewege <ward@curii.com>
Fri, 29 Oct 2021 15:29:34 +0000 (11:29 -0400)
       depend on the correct version of the arvados-google-api-client
       gem.

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

services/login-sync/arvados-login-sync.gemspec

index 826b4607e02621222186c9e758d3ec391cb5538d..f7fe4bc1645e5fc19eb6a7a3fb72edc122dcdd06 100644 (file)
@@ -39,8 +39,8 @@ Gem::Specification.new do |s|
   s.required_ruby_version = '>= 2.1.0'
   s.add_runtime_dependency 'arvados', '>= 1.3.3.20190320201707'
   s.add_runtime_dependency 'launchy', '< 2.5'
-  # arvados-google-api-client 0.8.7.2 is incompatible with faraday 0.16.2
-  s.add_dependency('faraday', '< 0.16')
+  # We need at least version 0.8.7.3, cf. https://dev.arvados.org/issues/15673
+  s.add_dependency('arvados-google-api-client', '>= 0.8.7.3', '< 0.8.9')
   # arvados-google-api-client (and thus arvados) gems
   # depend on signet, but signet 0.12 is incompatible with ruby 2.3.
   s.add_dependency('signet', '< 0.12')