20862: Update docs on google-api-client fork.
[arvados.git] / sdk / ruby / arvados.gemspec
index 6446cd926973e9cc0d4e39cdabb747052f1b24ad..711b51daafbf30d8ab0a7c65e2159a3d4c8abd42 100644 (file)
@@ -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')