[arvados] updated: 2.1.0-2918-g1227556ee
git repository hosting
git at public.arvados.org
Thu Oct 13 13:59:58 UTC 2022
Summary of changes:
services/login-sync/arvados-login-sync.gemspec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
via 1227556ee452f52b193645eeccc56f2d27412f82 (commit)
from d10a5d8046abe616757bb0d8e2ed0a10c08c969d (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 1227556ee452f52b193645eeccc56f2d27412f82
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Thu Oct 13 10:56:59 2022 -0300
19400: Adjusts dependency so this doesn't pull incompatible version 2.4.3.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/services/login-sync/arvados-login-sync.gemspec b/services/login-sync/arvados-login-sync.gemspec
index e23156a15..1f8252924 100644
--- a/services/login-sync/arvados-login-sync.gemspec
+++ b/services/login-sync/arvados-login-sync.gemspec
@@ -37,7 +37,11 @@ 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', '~> 2.4', '> 2.4.3a'
+ # Note the letter 'a' at the end of the version dependency. This enables
+ # bundler's dependency resolver to include 'pre-release' versions, like the
+ # ones we build (but not publish) on every test pipeline job.
+ # See: https://github.com/rubygems/bundler/issues/4340
+ s.add_runtime_dependency 'arvados', '~> 2.4', '> 2.4.4a'
s.add_runtime_dependency 'launchy', '< 2.5'
# We need at least version 0.8.7.3, cf. https://dev.arvados.org/issues/15673
s.add_dependency('arvados-google-api-client', '>= 0.8.7.3', '< 0.8.9')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list