Add support for Gemfile.local
What does this MR do?
Adds support for a Gemfile.local
to allow developers to specify gems for inclusion in the bundle without having to modify Gemfile
directly. The use case for this might be
- custom formatters for rspec diffs
- console customization
- personal go-to debugging tools
- reducing friction for trialing gems across multiple branches