Unpin bundler in litmus

We removed the pin for the other jobs by [1].

[1] c03f2eaf7a7aa0d5a6a4e86c8dc1ebc01f2fc928

Change-Id: Ic133a697c9aa240fb5eb1b4f7e904ede010ead33
This commit is contained in:
Takashi Kajinami 2025-02-14 00:12:53 +09:00
parent ef5d47d63a
commit 177c53a2cc

View File

@ -20,7 +20,6 @@
export GEM_BIN_DIR=$GEM_HOME/bin
ruby <<EOF
cmd = 'gem install bundler --no-document --verbose --no-user-install --bindir=${GEM_BIN_DIR}'
cmd += ' -v 2.2.11'
system(cmd)
EOF
$GEM_BIN_DIR/bundle config set --local without system_tests