Unpin bundler

... to fix the stuck observed in Puppet 8 jobs.

Change-Id: I2208c02586aa43d29db1fa7ac43b650ab78aa97d
This commit is contained in:
Takashi Kajinami 2025-02-18 20:47:18 +09:00
parent 55c39fa7ab
commit 0ddeb61d62

View File

@ -10,7 +10,6 @@ prepare_environment() {
export GEM_BIN_DIR=$GEM_HOME/bin export GEM_BIN_DIR=$GEM_HOME/bin
ruby <<EOF ruby <<EOF
cmd = 'gem install bundler --no-document --verbose --bindir=${GEM_BIN_DIR}' cmd = 'gem install bundler --no-document --verbose --bindir=${GEM_BIN_DIR}'
cmd += ' -v 2.2.11'
system(cmd) system(cmd)
EOF EOF