Skip to content

Commit 3355706

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ FROM build AS test-ruby
240240
# renovate: datasource=github-releases packageName=containerbase/ruby-prebuild versioning=ruby
241241
RUN install-tool ruby 4.0.1
242242
# renovate: datasource=rubygems versioning=ruby
243-
RUN install-tool bundler 4.0.7
243+
RUN install-tool bundler 4.0.8
244244
# renovate: datasource=rubygems versioning=ruby
245245
RUN install-tool cocoapods 1.16.2
246246

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.7
77+
ENV BUNDLER_VERSION=4.0.8
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.7
103+
ENV BUNDLER_VERSION=4.0.8
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.1
4646
FROM test-ruby AS test-bundler
4747

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

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

0 commit comments

Comments
 (0)