Skip to content

Commit

Permalink
test(deps): update dependency bundler to v2.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 3, 2021
1 parent 8156b16 commit 52b2def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.bionic
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN install-tool poetry 1.1.8
# renovate: datasource=github-releases lookupName=containerbase/ruby-prebuild versioning=ruby
RUN install-tool ruby 3.0.2
# renovate: datasource=rubygems versioning=ruby
RUN install-gem bundler 2.2.26
RUN install-gem bundler 2.2.27
# renovate: datasource=rubygems versioning=ruby
RUN install-gem cocoapods 1.11.0

Expand Down
2 changes: 1 addition & 1 deletion test/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN set -ex; \
FROM build as testb

# renovate: datasource=rubygems versioning=ruby
RUN install-gem bundler 2.2.26
RUN install-gem bundler 2.2.27

USER 1000

Expand Down

0 comments on commit 52b2def

Please sign in to comment.