From 2b67b55cefce8c3f97af5ba0c37edefbebf00e1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:29:27 +0000 Subject: [PATCH] test(deps): update dependency bundler to v4 --- test/Dockerfile.distro | 2 +- test/ruby/Dockerfile | 6 +++--- test/ruby/Dockerfile.arm64 | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/Dockerfile.distro b/test/Dockerfile.distro index 288acf0a6f..c6f0667218 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -216,7 +216,7 @@ FROM build AS test-ruby # renovate: datasource=github-releases packageName=containerbase/ruby-prebuild versioning=ruby RUN install-tool ruby 3.4.8 # renovate: datasource=rubygems versioning=ruby -RUN install-tool bundler 2.7.2 +RUN install-tool bundler 4.0.5 # renovate: datasource=rubygems versioning=ruby RUN install-tool cocoapods 1.16.2 diff --git a/test/ruby/Dockerfile b/test/ruby/Dockerfile index 1c6c38b679..9b46d7998b 100644 --- a/test/ruby/Dockerfile +++ b/test/ruby/Dockerfile @@ -74,7 +74,7 @@ FROM build AS test-bundler-c USER 12021 # renovate: datasource=rubygems depName=bundler -ENV BUNDLER_VERSION=2.7.2 +ENV BUNDLER_VERSION=4.0.5 RUN install-tool bundler RUN set -ex; \ @@ -100,7 +100,7 @@ true FROM build AS test-bundler-d # renovate: datasource=rubygems depName=bundler -ENV BUNDLER_VERSION=2.7.2 +ENV BUNDLER_VERSION=4.0.5 RUN install-tool bundler RUN set -ex; ls -la /usr/local/bin/; [ $(stat --format '%u' "/usr/local/bin/bundler") -eq 12021 ] @@ -111,7 +111,7 @@ USER 12021 RUN install-tool ruby 3.4.0 # renovate: datasource=rubygems depName=bundler -ENV BUNDLER_VERSION=2.7.2 +ENV BUNDLER_VERSION=4.0.5 RUN install-tool bundler diff --git a/test/ruby/Dockerfile.arm64 b/test/ruby/Dockerfile.arm64 index d3337700fc..6ba30e816f 100644 --- a/test/ruby/Dockerfile.arm64 +++ b/test/ruby/Dockerfile.arm64 @@ -46,7 +46,7 @@ RUN install-tool ruby 3.4.8 FROM test-ruby AS test-bundler # renovate: datasource=rubygems versioning=ruby -RUN install-tool bundler 2.7.2 +RUN install-tool bundler 4.0.5 #-------------------------------------- # Image: cocoapods