How to re-sync Gemfile.lock on changes to Gemfile
This issue is a continuation to the above question, my RVM gemset is not in sync even when changes have been made to the Gemfile.
i.e. If I migrate a gem from version 1.0 to 2.0, both of them exist. I would want the previous gem 1.0 to be removed from my gemset in such cases.