diff --git a/Dockerfile.updater-core b/Dockerfile.updater-core index 1e798977329..dfdc8b30716 100644 --- a/Dockerfile.updater-core +++ b/Dockerfile.updater-core @@ -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/* && \ diff --git a/Gemfile.lock b/Gemfile.lock index 0f6a2ed839a..ad90352d044 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -380,4 +380,4 @@ DEPENDENCIES webrick (>= 1.7) BUNDLED WITH - 2.5.3 + 2.5.5 diff --git a/updater/Gemfile.lock b/updater/Gemfile.lock index ca6ef25511e..b7e36f17ba5 100644 --- a/updater/Gemfile.lock +++ b/updater/Gemfile.lock @@ -393,4 +393,4 @@ DEPENDENCIES webrick (>= 1.7) BUNDLED WITH - 2.5.3 + 2.5.5