[ARVADOS] updated: 1.3.0-10-g81f0cd1e9
Git user
git at public.curoverse.com
Tue Feb 12 11:38:34 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 81f0cd1e933e46cd29ef910693a05070483df4df (commit)
from e48387b530d01be0f92f70390570169ddf3b9111 (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 81f0cd1e933e46cd29ef910693a05070483df4df
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