diff options
author | David RodrÃguez <[email protected]> | 2025-06-10 16:11:57 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-06-19 10:23:36 +0900 |
commit | 441f18df5279ba8f921015dcdd9ed1e7299660e9 (patch) | |
tree | b2d689dc543e951341008ccf97a468fb76938db6 /spec/bundler/runtime | |
parent | 471da0f0bd8adcff4a32d51fcf5fe8828f05d6b0 (diff) |
Diffstat (limited to 'spec/bundler/runtime')
-rw-r--r-- | spec/bundler/runtime/self_management_spec.rb | 2 | ||||
-rw-r--r-- | spec/bundler/runtime/setup_spec.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/runtime/self_management_spec.rb b/spec/bundler/runtime/self_management_spec.rb index bebaf4e781..4b2ac2afc3 100644 --- a/spec/bundler/runtime/self_management_spec.rb +++ b/spec/bundler/runtime/self_management_spec.rb @@ -27,7 +27,7 @@ RSpec.describe "Self management" do pristine_system_gems "bundler-#{current_version}" - with_env_vars("BUNDLER_3_MODE" => nil, &example) + with_env_vars("BUNDLER_4_MODE" => nil, &example) end it "installs locked version when using system path and uses it" do diff --git a/spec/bundler/runtime/setup_spec.rb b/spec/bundler/runtime/setup_spec.rb index 26131e7438..cbb31f7350 100644 --- a/spec/bundler/runtime/setup_spec.rb +++ b/spec/bundler/runtime/setup_spec.rb @@ -1539,7 +1539,7 @@ end expect(out).to eq("myrack-1.0.0") end - it "keeps Kernel#gem private", bundler: "3" do + it "keeps Kernel#gem private", bundler: "4" do install_gemfile <<-G source "https://gem.repo1" gem "myrack" |