[ARVADOS] updated: 1.3.0-2248-g9c9eecd17

Git user git at public.arvados.org
Thu Mar 5 21:31:19 UTC 2020


Summary of changes:
 sdk/cli/arvados-cli.gemspec | 1 +
 1 file changed, 1 insertion(+)

       via  9c9eecd17f04b21fb63e331b3fabd617f9157b53 (commit)
      from  44bd1f56f64b6b587e13844945830717e2630e6b (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 9c9eecd17f04b21fb63e331b3fabd617f9157b53
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu Mar 5 16:27:33 2020 -0500

    Pin version of launchy gem while we still support Ruby 2.3
    
    refs #16215
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/cli/arvados-cli.gemspec b/sdk/cli/arvados-cli.gemspec
index 2cfc2f438..88a5ceece 100644
--- a/sdk/cli/arvados-cli.gemspec
+++ b/sdk/cli/arvados-cli.gemspec
@@ -48,6 +48,7 @@ Gem::Specification.new do |s|
   s.add_runtime_dependency 'andand', '~> 1.3', '>= 1.3.3'
   s.add_runtime_dependency 'oj', '~> 3.0'
   s.add_runtime_dependency 'curb', '~> 0.8'
+  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')
   s.homepage    =

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list