summaryrefslogtreecommitdiff
path: root/lib/bundler/settings.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-07-12 16:08:32 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-07-13 11:36:03 +0900
commitf16c880f776450771196c35cec10b9a5860a560f (patch)
tree0a5b3852cc1c53746ff97402891e37ae77d97bc8 /lib/bundler/settings.rb
parent8f61a4c5b2f26df3a487c1a77b24488b437e793c (diff)
[rubygems/rubygems] Introduce bundle config set version feature
https://github.com/rubygems/rubygems/commit/c431a1df52
Diffstat (limited to 'lib/bundler/settings.rb')
-rw-r--r--lib/bundler/settings.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/settings.rb b/lib/bundler/settings.rb
index b424bcfd52..19489e34f5 100644
--- a/lib/bundler/settings.rb
+++ b/lib/bundler/settings.rb
@@ -75,6 +75,7 @@ module Bundler
shebang
system_bindir
trust-policy
+ version
].freeze
DEFAULT_CONFIG = {
@@ -84,6 +85,7 @@ module Bundler
"BUNDLE_REDIRECT" => 5,
"BUNDLE_RETRY" => 3,
"BUNDLE_TIMEOUT" => 10,
+ "BUNDLE_VERSION" => "local",
}.freeze
def initialize(root = nil)