X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f5e60e18f701e135e0721307130d0acf6c7da183..1227556ee452f52b193645eeccc56f2d27412f82:/services/login-sync/arvados-login-sync.gemspec diff --git a/services/login-sync/arvados-login-sync.gemspec b/services/login-sync/arvados-login-sync.gemspec index 826b4607e0..1f8252924b 100644 --- a/services/login-sync/arvados-login-sync.gemspec +++ b/services/login-sync/arvados-login-sync.gemspec @@ -37,10 +37,14 @@ Gem::Specification.new do |s| s.files = ["bin/arvados-login-sync", "agpl-3.0.txt"] s.executables << "arvados-login-sync" s.required_ruby_version = '>= 2.1.0' - s.add_runtime_dependency 'arvados', '>= 1.3.3.20190320201707' + # Note the letter 'a' at the end of the version dependency. This enables + # bundler's dependency resolver to include 'pre-release' versions, like the + # ones we build (but not publish) on every test pipeline job. + # See: https://github.com/rubygems/bundler/issues/4340 + s.add_runtime_dependency 'arvados', '~> 2.4', '> 2.4.4a' 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')