2024-06-08 Bundler Auto-Install
Bundler Auto-Install機能が便利だった。
Bundler Auto-Install機能、使い始めるとめっちゃ便利やった » Bundler Auto-Install Just Got A Whole Lot Better - RubyGems Blog https://t.co/Wkem4ghJcF
— toshimaru (@toshimaru_e) June 8, 2024
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.
設定方法
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 ...