[ARVADOS] updated: 1.3.0-317-g5a2ee4443

Git user git at public.curoverse.com
Mon Feb 11 16:11:10 EST 2019


Summary of changes:
 sdk/cli/arvados-cli.gemspec                    | 2 +-
 services/login-sync/arvados-login-sync.gemspec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  5a2ee4443769b236001117a502bfef94bad54d16 (commit)
      from  60caf7233f1061f4cd3a9cd2be75caa64d0bec9e (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 5a2ee4443769b236001117a502bfef94bad54d16
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Mon Feb 11 16:10:47 2019 -0500

    Make sure to bump the dependency on the arvados gems to the 1.3 series.
    
    refs #14559
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/sdk/cli/arvados-cli.gemspec b/sdk/cli/arvados-cli.gemspec
index 80abc9c49..c7e20e2a7 100644
--- a/sdk/cli/arvados-cli.gemspec
+++ b/sdk/cli/arvados-cli.gemspec
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
   s.executables << "arv-crunch-job"
   s.executables << "arv-tag"
   s.required_ruby_version = '>= 2.1.0'
-  s.add_runtime_dependency 'arvados', '~> 1.2.0', '>= 1.2.0'
+  s.add_runtime_dependency 'arvados', '~> 1.3.0', '>= 1.3.0'
   # 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 'cure-google-api-client', '~> 0.6', '>= 0.6.3', '<0.8.9'
diff --git a/services/login-sync/arvados-login-sync.gemspec b/services/login-sync/arvados-login-sync.gemspec
index 605e8540e..b64aab2dc 100644
--- a/services/login-sync/arvados-login-sync.gemspec
+++ b/services/login-sync/arvados-login-sync.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
   s.files       = ["bin/arvados-login-sync", "agpl-3.0.txt"]
   s.executables << "arvados-login-sync"
   s.required_ruby_version = '>= 2.1.0'
-  s.add_runtime_dependency 'arvados', '~> 1.2.0', '>= 1.2.0'
+  s.add_runtime_dependency 'arvados', '~> 1.3.0', '>= 1.3.0'
   s.homepage    =
     'https://arvados.org'
 end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list