X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9e278e167bcede690e699436d5653b5c1b41cfc5..2c5a3dbd6b56ca39d7b105b821f7061d2b102a56:/lib/install/deps.go diff --git a/lib/install/deps.go b/lib/install/deps.go index 6693e2ee87..01327e5daf 100644 --- a/lib/install/deps.go +++ b/lib/install/deps.go @@ -31,7 +31,7 @@ import ( var Command cmd.Handler = &installCommand{} -const goversion = "1.20.6" +const goversion = "1.22.2" const ( defaultRubyVersion = "3.2.2" @@ -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 --conservative --no-docuemnt --version '`+inst.BundlerVersion+`' bundler +/var/lib/arvados/bin/gem install --conservative --no-document --version '`+inst.BundlerVersion+`' bundler `, stdout, stderr) if err != nil { return 1 @@ -901,7 +901,6 @@ func prodpkgs(osv osversion) []string { "curl", "fuse", "git", - "gitolite3", "graphviz", "haveged", "libcurl3-gnutls",