From f16c880f776450771196c35cec10b9a5860a560f Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 12 Jul 2023 16:08:32 +0900 Subject: [rubygems/rubygems] Introduce bundle config set version feature https://github.com/rubygems/rubygems/commit/c431a1df52 --- lib/bundler/settings.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/bundler/settings.rb') 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) -- cgit v1.2.3