Skip to content

Commit

Permalink
test(deps): update dependency bundler to v2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 26, 2022
1 parent f839b1e commit e481530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.bionic
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN install-tool poetry 1.1.12
# renovate: datasource=github-releases lookupName=containerbase/ruby-prebuild versioning=ruby
RUN install-tool ruby 3.1.0
# renovate: datasource=rubygems versioning=ruby
RUN install-tool bundler 2.3.5
RUN install-tool bundler 2.3.6
# renovate: datasource=rubygems versioning=ruby
RUN install-tool cocoapods 1.11.2

Expand Down
4 changes: 2 additions & 2 deletions test/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ FROM build as test-bundler-b
ARG BUILDPACK_DEBUG

# renovate: datasource=rubygems versioning=ruby
RUN install-gem bundler 2.3.5
RUN install-gem bundler 2.3.6

USER 1000

Expand All @@ -85,7 +85,7 @@ ARG BUILDPACK_DEBUG
USER 1000

# renovate: datasource=rubygems versioning=ruby
RUN install-tool bundler 2.3.5
RUN install-tool bundler 2.3.6

RUN ruby --version
RUN bundler env
Expand Down

0 comments on commit e481530

Please sign in to comment.