From 3d29c67424a67867c43d545971dfa781f9fec783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20M=C3=B6sch?= Date: Fri, 15 Dec 2023 18:34:34 +0100 Subject: [PATCH] Use explicit version for Bundler (#5395) --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index cd9ba72a07..4fcb804d9d 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -20,7 +20,7 @@ steps: - label: "Danger" commands: - echo "--- Install Bundler" - - gem install bundler + - gem install bundler -v 2.4.22 - echo "--- Bundle Install" - bundle install - echo "+++ Run Danger"