summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-10-14 15:58:25 +0900
committergit <svn-admin@ruby-lang.org>2025-10-14 08:30:06 +0000
commit366e9c55f5b16c9f1dacccf5b54163e5ea42ebd2 (patch)
treeb06f0475c77ad98d1a22f19c4d421f72faff5a5a
parentd0b89cab4ed7661cc0acea28ec04793f19ce3953 (diff)
[rubygems/rubygems] Bump up to test version for 4.0.0.dev
https://github.com/rubygems/rubygems/commit/9d70887185
-rw-r--r--spec/bundler/commands/update_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/commands/update_spec.rb b/spec/bundler/commands/update_spec.rb
index f81c557884..299285ba8b 100644
--- a/spec/bundler/commands/update_spec.rb
+++ b/spec/bundler/commands/update_spec.rb
@@ -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