[rubygems/rubygems] Bump up to test version for 4.0.0.dev

https://github.com/rubygems/rubygems/commit/9d70887185
This commit is contained in:
Hiroshi SHIBATA 2025-10-14 15:58:25 +09:00 committed by git
parent d0b89cab4e
commit 366e9c55f5

View File

@ -1571,12 +1571,12 @@ RSpec.describe "bundle update --bundler" do
end
it "does not claim to update to Bundler version to a wrong version when cached gems are present" do
pristine_system_gems "bundler-2.99.0"
pristine_system_gems "bundler-4.99.0"
build_repo4 do
build_gem "myrack", "3.0.9.1"
build_bundler "2.99.0"
build_bundler "4.99.0"
end
gemfile <<~G