[ARVADOS] updated: 1.3.0-2252-g971223b2b
Git user
git at public.arvados.org
Thu Mar 5 23:01:06 UTC 2020
Summary of changes:
services/login-sync/arvados-login-sync.gemspec | 1 +
1 file changed, 1 insertion(+)
via 971223b2b9e05fb7e1839f41e58d3060623698bb (commit)
from 26c62aa2c173b981f335580885f732a81611e89b (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 971223b2b9e05fb7e1839f41e58d3060623698bb
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Mar 5 18:00:15 2020 -0500
Pin version of launchy gem while we still support Ruby 2.3
refs #16215
Need to do it for login-sync too.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/services/login-sync/arvados-login-sync.gemspec b/services/login-sync/arvados-login-sync.gemspec
index 17f671c6a..b45f8692b 100644
--- a/services/login-sync/arvados-login-sync.gemspec
+++ b/services/login-sync/arvados-login-sync.gemspec
@@ -37,6 +37,7 @@ Gem::Specification.new do |s|
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 'launchy', '< 2.5'
# arvados-google-api-client 0.8.7.2 is incompatible with faraday 0.16.2
s.add_dependency('faraday', '< 0.16')
# arvados-google-api-client (and thus arvados) gems
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list