From 63c6dea9ca3a6865d77e9781df4d81eff8d9a385 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:14:19 +0000 Subject: [PATCH] test(deps): update dependency bundler to v2.6.0 --- 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 1681d944a..f7226a847 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -191,7 +191,7 @@ FROM build AS test-ruby # renovate: datasource=github-releases packageName=containerbase/ruby-prebuild versioning=ruby RUN install-tool ruby 3.3.6 # renovate: datasource=rubygems versioning=ruby -RUN install-tool bundler 2.5.23 +RUN install-tool bundler 2.6.0 # renovate: datasource=rubygems versioning=ruby RUN install-tool cocoapods 1.16.2 diff --git a/test/ruby/Dockerfile b/test/ruby/Dockerfile index f98a4f943..78eb3fe64 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.5.23 +ENV BUNDLER_VERSION=2.6.0 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.5.23 +ENV BUNDLER_VERSION=2.6.0 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.1.0 # renovate: datasource=rubygems depName=bundler -ENV BUNDLER_VERSION=2.5.23 +ENV BUNDLER_VERSION=2.6.0 RUN install-tool bundler diff --git a/test/ruby/Dockerfile.arm64 b/test/ruby/Dockerfile.arm64 index 30380ab16..58c545109 100644 --- a/test/ruby/Dockerfile.arm64 +++ b/test/ruby/Dockerfile.arm64 @@ -46,7 +46,7 @@ RUN install-tool ruby 3.3.6 FROM test-ruby AS test-bundler # renovate: datasource=rubygems versioning=ruby -RUN install-tool bundler 2.5.23 +RUN install-tool bundler 2.6.0 #-------------------------------------- # Image: cocoapods