From 16f8297cf80fa693c10763ab24cb087af50c81d8 Mon Sep 17 00:00:00 2001 From: John ODonnell Date: Thu, 5 Jan 2023 15:16:47 -0500 Subject: [PATCH] Pin Bundler at v2.3.26 --- tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Dockerfile b/tests/Dockerfile index 842ed43..f20a233 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -21,7 +21,7 @@ RUN wget -q https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key && # Install ruby dependencies RUN mkdir -p "$TEST_PATH" && \ - gem install bundler && \ + gem install bundler -v 2.3.26 && \ # This will prevent warnings about installing gems as root bundle config --global silence_root_warning 1