Skip to content

Commit

Permalink
Bump to Bundler 2.5.5 (#8859)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored Feb 22, 2024
1 parent 1f8b176 commit 4a81d6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.updater-core
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ RUN for ecosystem in git_submodules terraform github_actions hex elm docker nuge

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.5.3
# 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.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 4a81d6a

Please sign in to comment.