Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 303 Bytes

reset-a-gem.md

File metadata and controls

11 lines (8 loc) · 303 Bytes

Reset a Gem

If you've been mucking around in your Ruby dependencies, bundle pristine is your friend; it resets all of the gems in your Gemfile to their pristine condition.

This can be a slow on a big project. Target the specific gems you worked on today with:

$ bundle pristine <gemname>