Skip to content

Commit

Permalink
test(deps): update dependency cocoapods to v1.16.2 (main) (#3517)
Browse files Browse the repository at this point in the history
test(deps): update dependency cocoapods to v1.16.2

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 035ab17 commit 0e382fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ RUN install-tool ruby 3.3.6
# renovate: datasource=rubygems versioning=ruby
RUN install-tool bundler 2.5.23
# renovate: datasource=rubygems versioning=ruby
RUN install-tool cocoapods 1.15.2
RUN install-tool cocoapods 1.16.2

#--------------------------------------
# Image: final
Expand Down
2 changes: 1 addition & 1 deletion test/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ FROM build AS test-cocoapods-a
USER 12021

# renovate: datasource=rubygems
RUN install-tool cocoapods 1.15.2
RUN install-tool cocoapods 1.16.2

RUN pod env

Expand Down
2 changes: 1 addition & 1 deletion test/ruby/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ FROM test-ruby AS test-cocoapods
RUN install-tool git v2.47.1

# renovate: datasource=rubygems versioning=ruby
RUN install-tool cocoapods 1.15.2
RUN install-tool cocoapods 1.16.2

#--------------------------------------
# Image: final
Expand Down

0 comments on commit 0e382fe

Please sign in to comment.