Skip to content

Commit

Permalink
Bump bundler to 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and jurre committed Feb 5, 2024
1 parent ee5d082 commit 690e992
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.updater-core
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ WORKDIR $DEPENDABOT_HOME/dependabot-updater
# When bumping Bundler, need to also:
# * Regenerate `updater/Gemfile.lock` via `BUNDLE_GEMFILE=updater/Gemfile bundle lock --update --bundler`
# * Regenerate `Gemfile.lock` via `bundle lock --update --bundler`.
ARG BUNDLER_V2_VERSION=2.5.3
ARG BUNDLER_V2_VERSION=2.5.5

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

BUNDLED WITH
2.5.3
2.5.5
2 changes: 1 addition & 1 deletion updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,4 @@ DEPENDENCIES
webrick (>= 1.7)

BUNDLED WITH
2.5.3
2.5.5

0 comments on commit 690e992

Please sign in to comment.