From 182ca08f383478c57a27fdc99ad344591aab514e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:06:10 +0000 Subject: [PATCH] test(deps): update dependency bundler to v4 --- test/Dockerfile.distro | 2 +- test/ruby/Dockerfile | 4 ++-- test/ruby/Dockerfile.arm64 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Dockerfile.distro b/test/Dockerfile.distro index 1e2a0d9c67..1530255fdb 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -230,7 +230,7 @@ FROM build AS test-ruby # renovate: datasource=github-releases packageName=containerbase/ruby-prebuild versioning=ruby RUN install-tool ruby 4.0.1 # renovate: datasource=rubygems versioning=ruby -RUN install-tool bundler 2.7.2 +RUN install-tool bundler 4.0.7 # renovate: datasource=rubygems versioning=ruby RUN install-tool cocoapods 1.16.2 diff --git a/test/ruby/Dockerfile b/test/ruby/Dockerfile index d3724b9994..a4a49a26a3 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.7 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.7 RUN install-tool bundler RUN set -ex; ls -la /usr/local/bin/; [ $(stat --format '%u' "/usr/local/bin/bundler") -eq 12021 ] diff --git a/test/ruby/Dockerfile.arm64 b/test/ruby/Dockerfile.arm64 index 28d019c902..dd1fc34ea1 100644 --- a/test/ruby/Dockerfile.arm64 +++ b/test/ruby/Dockerfile.arm64 @@ -46,7 +46,7 @@ RUN install-tool ruby 4.0.1 FROM test-ruby AS test-bundler # renovate: datasource=rubygems versioning=ruby -RUN install-tool bundler 2.7.2 +RUN install-tool bundler 4.0.7 #-------------------------------------- # Image: cocoapods