Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ ARG RUBY_INSTALL_VERSION=0.8.3
ARG RUBYGEMS_SYSTEM_VERSION=3.3.22

ARG BUNDLER_V1_VERSION=1.17.3
# When bumping Bundler, need to also regenerate `updater/Gemfile.lock` via `bundle update --bundler`
Comment thread
jeffwidman marked this conversation as resolved.
ARG BUNDLER_V2_VERSION=2.3.22
ENV BUNDLE_SILENCE_ROOT_WARNING=1
# Allow gem installs as the dependabot user
Expand Down
2 changes: 1 addition & 1 deletion updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,4 @@ DEPENDENCIES
webmock (~> 3.18)

BUNDLED WITH
2.2.20
2.3.22
Comment thread
jeffwidman marked this conversation as resolved.