diff --git a/playbooks/run-beaker-tests.yaml b/playbooks/run-beaker-tests.yaml index 177b5407d..1e3197fee 100644 --- a/playbooks/run-beaker-tests.yaml +++ b/playbooks/run-beaker-tests.yaml @@ -54,6 +54,8 @@ cmd = 'gem install bundler --no-document --verbose --no-user-install --bindir=${GEM_BIN_DIR}' if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.3.0') then cmd += ' -v 1.17.3' + else + cmd += ' -v 2.2.11' end system(cmd) EOF