[ARVADOS] updated: bd8aa1d7990b241639de4f200223da7794f14643

Git user git at public.curoverse.com
Tue May 3 16:43:49 EDT 2016


Summary of changes:
 sdk/cli/arvados-cli.gemspec | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

       via  bd8aa1d7990b241639de4f200223da7794f14643 (commit)
      from  497fdb2505efa9a3231c39ec696da6b749d30af2 (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 bd8aa1d7990b241639de4f200223da7794f14643
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue May 3 16:42:00 2016 -0400

    Relax arvados-cli gem dependency version constraints in order to be
    compatible with the latest arvados gem.
    
    No issue #

diff --git a/sdk/cli/arvados-cli.gemspec b/sdk/cli/arvados-cli.gemspec
index 526de4a..7755a5a 100644
--- a/sdk/cli/arvados-cli.gemspec
+++ b/sdk/cli/arvados-cli.gemspec
@@ -25,14 +25,13 @@ 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.3', '>= 0.6.3'
+  s.add_runtime_dependency 'google-api-client', '~> 0.6', '>= 0.6.3', '<0.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'
   s.add_runtime_dependency 'andand', '~> 1.3', '>= 1.3.3'
   s.add_runtime_dependency 'oj', '~> 2.0', '>= 2.0.3'
   s.add_runtime_dependency 'curb', '~> 0.8'
-  s.add_runtime_dependency('jwt', '>= 0.1.5', '< 1.0.0')
   s.homepage    =
     'https://arvados.org'
 end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list