Bundler
How to Update Gems
The same as removing Gemfile.lock
and running bundle install
Slightly more surgical, but will still upgrade all the dependencies on GEM_NAME
The most surgical and almost always how I want to update gems
Last updated