[ARVADOS] updated: 1.3.0-1991-g48243c071

Git user git at public.arvados.org
Fri Dec 13 15:09:32 UTC 2019


Summary of changes:
 services/login-sync/arvados-login-sync.gemspec | 3 +++
 1 file changed, 3 insertions(+)

       via  48243c07196001ba5400689adc8b3486357d2f48 (commit)
      from  8eda8735d7a36f3752f1d426cad1fb0002b30cca (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 48243c07196001ba5400689adc8b3486357d2f48
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Fri Dec 13 12:08:30 2019 -0300

    Pins signet gem version on arvados-login-sync to keep ruby 2.3 compatibility.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/services/login-sync/arvados-login-sync.gemspec b/services/login-sync/arvados-login-sync.gemspec
index f580d529d..f6485d695 100644
--- a/services/login-sync/arvados-login-sync.gemspec
+++ b/services/login-sync/arvados-login-sync.gemspec
@@ -26,6 +26,9 @@ Gem::Specification.new do |s|
   s.add_runtime_dependency 'arvados', '~> 1.3.0', '>= 1.3.0'
   # 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
+  # depend on signet, but signet 0.12 is incompatible with ruby 2.3.
+  s.add_dependency('signet', '< 0.12')
   s.homepage    =
     'https://arvados.org'
 end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list