ruby
Automatically run 'bundle install' when Bundler can't find a gem
Every Rails developer has probably seen the following error: Could not find <gem> in any of the sources Run `bundle install` to install missing gems. This happens if you or someone else adds a gem to your Gemfile, or if a gem version is updated in Gemfile.lock,