[arvados] updated: 2.7.1-34-g31666ce281
git repository hosting
git at public.arvados.org
Thu Mar 21 18:50:39 UTC 2024
Summary of changes:
lib/install/deps.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 31666ce2817aa5d9c02d13d6f6ce2fe7296f014e (commit)
from 2910bdf48a3be3ce0ded4dbbcc4edf390e3af902 (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 31666ce2817aa5d9c02d13d6f6ce2fe7296f014e
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Mar 21 14:49:28 2024 -0400
Install version of bundler compatible with Ruby 2.7, refs #21463
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/lib/install/deps.go b/lib/install/deps.go
index 08daec6c2f..0c2709af87 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -307,7 +307,7 @@ cd "${tmp}/ruby-`+rubyversion+`"
./configure --disable-install-static-library --enable-shared --disable-install-doc --prefix /var/lib/arvados
make -j8
make install
-/var/lib/arvados/bin/gem install bundler --no-document
+/var/lib/arvados/bin/gem install bundler -v 2.4.22 --no-document
`, stdout, stderr)
if err != nil {
return 1
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list