Skip to content

Instantly share code, notes, and snippets.

@deanrad
Last active August 29, 2015 13:58
Show Gist options
  • Select an option

  • Save deanrad/10001849 to your computer and use it in GitHub Desktop.

Select an option

Save deanrad/10001849 to your computer and use it in GitHub Desktop.
Updating Gems checklist
  • 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 cleanup on your system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment