Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rubygems to 3.6.1 and Bundler to 2.6.1 #11164

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion Dockerfile.updater-core
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ WORKDIR $DEPENDABOT_HOME/dependabot-updater
# Note that RubyGems & Bundler versions are currently released in sync, but
# RubyGems version is one major ahead. So when bumping to RubyGems 3.y.z, Bundler
# version will jump to 2.y.z
ARG RUBYGEMS_VERSION=3.5.16
ARG RUBYGEMS_VERSION=3.6.1
RUN gem update --system $RUBYGEMS_VERSION

RUN bundle config set --global build.psych --with-libyaml-source-dir=$DEPENDABOT_HOME/src/libyaml/yaml-$LIBYAML_VERSION && \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,4 @@ DEPENDENCIES
webrick (>= 1.7)

BUNDLED WITH
2.5.16
2.6.1
2 changes: 1 addition & 1 deletion bundler/helpers/v2/monkey_patches/git_source_patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def serialize_gemspecs_in(destination)
spec = Bundler.load_gemspec(spec_path)
next unless spec

Bundler.rubygems.set_installed_by_version(spec)
spec.installed_by_version = Gem::VERSION
Bundler.rubygems.validate(spec)
File.binwrite(spec_path, spec.to_ruby)
end
Expand Down
2 changes: 1 addition & 1 deletion updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -462,4 +462,4 @@ DEPENDENCIES
webrick (>= 1.7)

BUNDLED WITH
2.5.16
2.6.1
Loading