X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/aba81749d2477043232b82300c0ce15548b61888..3433f306caf560017377b32adf7a23842ba9ab31:/sdk/ruby/arvados.gemspec?ds=sidebyside diff --git a/sdk/ruby/arvados.gemspec b/sdk/ruby/arvados.gemspec index 6446cd9269..711b51daaf 100644 --- a/sdk/ruby/arvados.gemspec +++ b/sdk/ruby/arvados.gemspec @@ -40,9 +40,8 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 2.5.0' s.add_dependency('activesupport', '>= 3') s.add_dependency('andand', '~> 1.3', '>= 1.3.3') - # Our google-api-client dependency used to be < 0.9, but that could be - # satisfied by the buggy 0.9.pre*, cf. https://dev.arvados.org/issues/9213 - # We need at least version 0.8.7.5 for compatibility with faraday >= 1.0. + # arvados fork of google-api-client gem with old API and new + # compatibility fixes, built from ../ruby-google-api-client/ s.add_dependency('arvados-google-api-client', '>= 0.8.7.5', '< 0.8.8') # work around undeclared dependency on i18n in some activesupport 3.x.x: s.add_dependency('i18n')