summaryrefslogtreecommitdiff
path: root/lib/bundler/settings.rb
diff options
context:
space:
mode:
authorDavid Rodriguez <deivid.rodriguez@riseup.net>2024-04-05 17:33:30 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-04-18 11:07:09 +0900
commitbc652d7568467c1ceab625ec380a8861d7a482ad (patch)
tree1ca7de2c3175433264d48bf868185300e047bc8c /lib/bundler/settings.rb
parenta3b7a7bc21d91d384a915bcaa1fd49909061d78d (diff)
[rubygems/rubygems] Never write credentials to lockfiles
https://github.com/rubygems/rubygems/commit/e8a363713e
Diffstat (limited to 'lib/bundler/settings.rb')
-rw-r--r--lib/bundler/settings.rb1
1 files changed, 0 insertions, 1 deletions
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