summaryrefslogtreecommitdiff
path: root/spec/bundler/runtime
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-07-19 14:25:38 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-07-24 15:04:24 +0900
commitdd1af4b22d99642c2300e60d37215ea3c43ba337 (patch)
treea4344d1713f014ff55ac5225b8b91824e6da9139 /spec/bundler/runtime
parent34f541ae36877a6cc5d4c47898469742e1233948 (diff)
[rubygems/rubygems] Rename local to lockfile and global to system
https://github.com/rubygems/rubygems/commit/456fd05d3a
Diffstat (limited to 'spec/bundler/runtime')
-rw-r--r--spec/bundler/runtime/self_management_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/runtime/self_management_spec.rb b/spec/bundler/runtime/self_management_spec.rb
index 0b21601019..976437c332 100644
--- a/spec/bundler/runtime/self_management_spec.rb
+++ b/spec/bundler/runtime/self_management_spec.rb
@@ -121,7 +121,7 @@ RSpec.describe "Self management", :rubygems => ">= 3.3.0.dev", :realworld => tru
it "does not try to install when using bundle config version global" do
lockfile_bundled_with(previous_minor)
- bundle "config set version global"
+ bundle "config set version system"
bundle "install", :artifice => "vcr"
expect(out).not_to match(/restarting using that version/)