[ARVADOS] updated: 2.1.0-737-g24b087596
Git user
git at public.arvados.org
Tue Apr 27 16:08:31 UTC 2021
Summary of changes:
services/login-sync/arvados-login-sync.gemspec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 24b0875964b3eff98c12d1c135d8797efcfabfb2 (commit)
from 40693f6b000a2089038af611eb93dc69d66377e3 (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 24b0875964b3eff98c12d1c135d8797efcfabfb2
Author: Ward Vandewege <ward at curii.com>
Date: Tue Apr 27 12:08:01 2021 -0400
Do not pin arvados-login-sync on an ancient version of the arvados gem.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/services/login-sync/arvados-login-sync.gemspec b/services/login-sync/arvados-login-sync.gemspec
index 911548bbf..826b4607e 100644
--- a/services/login-sync/arvados-login-sync.gemspec
+++ b/services/login-sync/arvados-login-sync.gemspec
@@ -37,7 +37,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.3.0', '>= 1.3.0'
+ s.add_runtime_dependency 'arvados', '>= 1.3.3.20190320201707'
s.add_runtime_dependency 'launchy', '< 2.5'
# arvados-google-api-client 0.8.7.2 is incompatible with faraday 0.16.2
s.add_dependency('faraday', '< 0.16')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list