[arvados] updated: 2.7.0-6258-g1a7b50a8cb

git repository hosting git at public.arvados.org
Thu Mar 21 19:13:08 UTC 2024


Summary of changes:
 lib/install/deps.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  1a7b50a8cbb56342845df954cbb07c16c2e5722c (commit)
      from  b5c15775caf865d8fed5d4839d4a082f6518bba4 (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 1a7b50a8cbb56342845df954cbb07c16c2e5722c
Author: Tom Clegg <tom at curii.com>
Date:   Thu Mar 21 15:11:41 2024 -0400

    Fix open-ended bundler version in ruby install recipe.
    
    refs #21463
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/lib/install/deps.go b/lib/install/deps.go
index 08312d738c..9720a30d26 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -351,7 +351,7 @@ make install
 if [[ "$rubyversion" > "3" ]]; then
   /var/lib/arvados/bin/gem update --no-document --system 3.4.21
 fi
-/var/lib/arvados/bin/gem install bundler --no-document
+/var/lib/arvados/bin/gem install bundler:`+inst.BundlerVersion+` --no-document
 `, stdout, stderr)
 		if err != nil {
 			return 1

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list