Bundler - Gemfile.lock Update

Sometimes you need to update your Gemfile.lock without installing all the gems. I’m looking at you Docker. This command will reach out to rubygems.org and update the .lock file without actually downloading and installing the gems.

$ bundle lock --update