Merge branch '15317-metrics'
[arvados.git] / sdk / cli / arvados-cli.gemspec
index 01cf416287a91eec67b3bed90cf817c2162da061..67f93c19c318ab276204b0d6d883c47024ad9242 100644 (file)
@@ -38,11 +38,10 @@ Gem::Specification.new do |s|
   s.files       = ["bin/arv", "bin/arv-tag", "LICENSE-2.0.txt"]
   s.executables << "arv"
   s.executables << "arv-tag"
-  s.required_ruby_version = '>= 2.5.0'
-  s.add_runtime_dependency 'arvados', '>= 2.7.0.dev20230822151629'
-  # 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.
+  s.required_ruby_version = '>= 2.7.0'
+  s.add_runtime_dependency 'arvados', '~> 2.8.a'
+  # arvados fork of google-api-client gem with old API and new
+  # compatibility fixes, built from ../ruby-google-api-client/
   s.add_runtime_dependency('arvados-google-api-client', '>= 0.8.7.5', '< 0.8.9')
   s.add_runtime_dependency 'activesupport', '>= 3.2.13', '< 8.0'
   s.add_runtime_dependency 'json', '>= 1.7.7', '<3'