From: Peter Amstutz Date: Thu, 5 Mar 2020 23:00:15 +0000 (-0500) Subject: Pin version of launchy gem while we still support Ruby 2.3 X-Git-Tag: 2.1.0~274 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/971223b2b9e05fb7e1839f41e58d3060623698bb?hp=-c 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 --- 971223b2b9e05fb7e1839f41e58d3060623698bb diff --git a/services/login-sync/arvados-login-sync.gemspec b/services/login-sync/arvados-login-sync.gemspec index 17f671c6a3..b45f8692be 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