summaryrefslogtreecommitdiff
path: root/lib/bundler/settings.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-31 11:35:36 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-31 11:57:49 +0200
commit714d2c7b440ad45d6aa8d503ffee3a4e941fecfe (patch)
tree80765c648b00847523d4fbd7a420a03fe0828dff /lib/bundler/settings.rb
parentc36113befda160b7efeb4bbb60258006dd65848f (diff)
downloadbundler-714d2c7b440ad45d6aa8d503ffee3a4e941fecfe.tar.gz
Remove `console_command` settingremove_command_removal_settings
This setting is not meant to be used by end users. The `console` command is going away and we plan to fully remove the code once we only have to maintain bundler 3 or higher versions. Adding a setting makes it look like the presence of this command is something "configurable", but it's not.
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 05fa000e0f..a1c0825d39 100644
--- a/lib/bundler/settings.rb
+++ b/lib/bundler/settings.rb
@@ -18,7 +18,6 @@ module Bundler
cache_all
cache_all_platforms
cache_command_is_package
- console_command
default_install_uses_path
deployment
deployment_means_frozen