Skip to content

Commit

Permalink
Merge pull request #7684 from dependabot/deivid-rodriguez/bundler-2-4-17
Browse files Browse the repository at this point in the history
Bump Bundler to 2.4.17
  • Loading branch information
deivid-rodriguez authored Aug 1, 2023
2 parents 8e72992 + be41442 commit 19eddfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.updater-core
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ WORKDIR $DEPENDABOT_HOME/dependabot-updater
# When bumping Ruby minor, need to also add the previous version to `bundler/helpers/v{1,2}/monkey_patches/definition_ruby_version_patch.rb`
COPY --from=ruby:3.1.4-bullseye --chown=dependabot:dependabot /usr/local /usr/local

# When bumping Bundler, need to also regenerate `updater/Gemfile.lock` via `bundle update --bundler`
# When bumping Bundler, need to also regenerate `updater/Gemfile.lock` via `bundle update --lock --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.14
ARG BUNDLER_V2_VERSION=2.4.17

# We had to explicitly bump this as the bundled version `0.2.2` in ubuntu 20.04 has a bug.
# Once Ubuntu base image pulls in a new enough yaml version, we may not need to
Expand Down
2 changes: 1 addition & 1 deletion updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -329,4 +329,4 @@ DEPENDENCIES
webmock (~> 3.18)

BUNDLED WITH
2.4.14
2.4.17

0 comments on commit 19eddfe

Please sign in to comment.