method

auto_install

ruby latest stable - Class: Bundler::CLI

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

auto_install()
private

Automatically invoke `bundle install` and resume if Bundler.settings[:auto_install] exists. This is set through config cmd `bundle config auto_install 1`.

Note that this method `nil`s out the global Definition object, so it should be called first, before you instantiate anything like an `Installer` that’ll keep a reference to the old one instead.