From bc652d7568467c1ceab625ec380a8861d7a482ad Mon Sep 17 00:00:00 2001 From: David Rodriguez Date: Fri, 5 Apr 2024 17:33:30 +0200 Subject: [rubygems/rubygems] Never write credentials to lockfiles https://github.com/rubygems/rubygems/commit/e8a363713e --- lib/bundler/settings.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/bundler/settings.rb') diff --git a/lib/bundler/settings.rb b/lib/bundler/settings.rb index 379abfb24a..abbaec9783 100644 --- a/lib/bundler/settings.rb +++ b/lib/bundler/settings.rb @@ -7,7 +7,6 @@ module Bundler autoload :Validator, File.expand_path("settings/validator", __dir__) BOOL_KEYS = %w[ - allow_deployment_source_credential_changes allow_offline_install auto_clean_without_path auto_install -- cgit v1.2.3