Bundler Auto-Install機能が便利だった。

bundler v2.5.10 から利用可能。

As of Bundler 2.5.10, you can now enable the auto_install

Bundler Auto-Install Just Got A Whole Lot Better - RubyGems Blog

auto_install (BUNDLE_AUTO_INSTALL): Automatically run bundle install when gems are missing.

Bundler: bundle config

設定方法

bundle config コマンドで設定する方法。

bundle config auto_install true
# or
bundle config --global auto_install true

環境変数で設定する方法。

$ BUNDLE_AUTO_INSTALL=1 bundle exec rails -v
Automatically installing missing gems.
Fetching gem metadata from https://rubygems.org/.........
Fetching ...