summaryrefslogtreecommitdiff
path: root/lib/bundler/settings.rb
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 /lib/bundler/settings.rb
parent34f541ae36877a6cc5d4c47898469742e1233948 (diff)
[rubygems/rubygems] Rename local to lockfile and global to system
https://github.com/rubygems/rubygems/commit/456fd05d3a
Diffstat (limited to 'lib/bundler/settings.rb')
-rw-r--r--lib/bundler/settings.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/settings.rb b/lib/bundler/settings.rb
index 5b5c882cb2..3ba378b9c0 100644
--- a/lib/bundler/settings.rb
+++ b/lib/bundler/settings.rb
@@ -84,7 +84,7 @@ module Bundler
"BUNDLE_REDIRECT" => 5,
"BUNDLE_RETRY" => 3,
"BUNDLE_TIMEOUT" => 10,
- "BUNDLE_VERSION" => "local",
+ "BUNDLE_VERSION" => "lockfile",
}.freeze
def initialize(root = nil)