Unpin bundler
... to fix the stuck observed in Puppet 8 jobs. Change-Id: I2208c02586aa43d29db1fa7ac43b650ab78aa97d
This commit is contained in:
parent
55c39fa7ab
commit
0ddeb61d62
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user