Skip to content

Commit

Permalink
Bump Bundler to 2.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Nov 15, 2023
1 parent 9ee9e16 commit 76d17e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.updater-core
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ WORKDIR $DEPENDABOT_HOME/dependabot-updater
# When bumping Bundler, need to also regenerate `updater/Gemfile.lock` via `bundle lock --update --bundler`
# Generally simplest to match the bundler version to the one that comes by default with whatever Ruby version we install.
# This way other projects that import this library don't have to futz around with installing new / unexpected bundler versions.
ARG BUNDLER_V2_VERSION=2.4.21
ARG BUNDLER_V2_VERSION=2.4.22

RUN gem install bundler -v $BUNDLER_V2_VERSION --no-document && \
rm -rf /var/lib/gems/*/cache/* && \
Expand Down
2 changes: 1 addition & 1 deletion updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -381,4 +381,4 @@ DEPENDENCIES
webmock (~> 3.18)

BUNDLED WITH
2.4.21
2.4.22

0 comments on commit 76d17e5

Please sign in to comment.