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 committed Jan 23, 2024
1 parent 8614164 commit e0a91ad
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 @@ -110,7 +110,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 @@ -380,4 +380,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 @@ -394,4 +394,4 @@ DEPENDENCIES
webrick (>= 1.7)

BUNDLED WITH
2.5.3
2.5.5

0 comments on commit e0a91ad

Please sign in to comment.