- Git pull and all tests pass
- Run
bundle outdated > gem_outdated
For a given gem to update:
-
Do a dependency report
gem dependency -R GEMNAME -
Delete the version specifier in Gemfile
-
Run
bundle install -
Commit Gemfile and Gemfile.lock
-
Optionally do
gem cleanupon your system