Skip to content

Commit ec0d02c

Browse files
test(deps): update dependency bundler to v4.0.10 (main) (#6368)
test(deps): update dependency bundler to v4.0.10 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e780258 commit ec0d02c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ FROM build AS test-ruby
242242
# renovate: datasource=github-releases packageName=containerbase/ruby-prebuild versioning=ruby
243243
RUN install-tool ruby 4.0.2
244244
# renovate: datasource=rubygems versioning=ruby
245-
RUN install-tool bundler 4.0.9
245+
RUN install-tool bundler 4.0.10
246246
# renovate: datasource=rubygems versioning=ruby
247247
RUN install-tool cocoapods 1.16.2
248248

test/ruby/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ FROM build AS test-bundler-c
7474
USER 12021
7575

7676
# renovate: datasource=rubygems depName=bundler
77-
ENV BUNDLER_VERSION=4.0.9
77+
ENV BUNDLER_VERSION=4.0.10
7878
RUN install-tool bundler
7979

8080
RUN set -ex; \
@@ -100,7 +100,7 @@ true
100100
FROM build AS test-bundler-d
101101

102102
# renovate: datasource=rubygems depName=bundler
103-
ENV BUNDLER_VERSION=4.0.9
103+
ENV BUNDLER_VERSION=4.0.10
104104
RUN install-tool bundler
105105

106106
RUN set -ex; ls -la /usr/local/bin/; [ $(stat --format '%u' "/usr/local/bin/bundler") -eq 12021 ]

test/ruby/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN install-tool ruby 4.0.2
4646
FROM test-ruby AS test-bundler
4747

4848
# renovate: datasource=rubygems versioning=ruby
49-
RUN install-tool bundler 4.0.9
49+
RUN install-tool bundler 4.0.10
5050

5151
#--------------------------------------
5252
# Image: cocoapods

0 commit comments

Comments
 (0)