[ARVADOS] updated: 8408cff329aacf6b2c528f201fd4dc301eadf123

Git user git at public.curoverse.com
Fri May 13 11:17:24 EDT 2016


Summary of changes:
 sdk/cli/arvados-cli.gemspec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

       via  8408cff329aacf6b2c528f201fd4dc301eadf123 (commit)
      from  7f0f493ca598b04c6e94722a181396a86c1bf0e9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 8408cff329aacf6b2c528f201fd4dc301eadf123
Author: Brett Smith <brett at curoverse.com>
Date:   Fri May 13 11:16:57 2016 -0400

    Fixup arvados-cli Gemspec to match arvados.

diff --git a/sdk/cli/arvados-cli.gemspec b/sdk/cli/arvados-cli.gemspec
index 7755a5a..0e11f96 100644
--- a/sdk/cli/arvados-cli.gemspec
+++ b/sdk/cli/arvados-cli.gemspec
@@ -25,7 +25,9 @@ Gem::Specification.new do |s|
   s.executables << "arv-tag"
   s.required_ruby_version = '>= 2.1.0'
   s.add_runtime_dependency 'arvados', '~> 0.1', '>= 0.1.20150128223554'
-  s.add_runtime_dependency 'google-api-client', '~> 0.6', '>= 0.6.3', '<0.9'
+  # Our google-api-client dependency used to be < 0.9, but that could be
+  # satisfied by the buggy 0.9.pre*.  https://dev.arvados.org/issues/9213
+  s.add_runtime_dependency 'google-api-client', '~> 0.6', '>= 0.6.3', '<0.8.9'
   s.add_runtime_dependency 'activesupport', '~> 3.2', '>= 3.2.13'
   s.add_runtime_dependency 'json', '~> 1.7', '>= 1.7.7'
   s.add_runtime_dependency 'trollop', '~> 2.0'

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list