thought-driven / bummr

Update your gems in separate commits. Identify any that fail your build.
MIT License
234 stars 23 forks source link

Add vendor/cache directory #56

Closed map7 closed 5 years ago

map7 commented 6 years ago

For my project I keep a vendor/cache directory just incase rubygems goes down and bummr doesn't play nicely with this directory as it doesn't add it to git when committing. I propose that the following line be changed to include the vendor/cache directory when committing changes.

https://github.com/lpender/bummr/blob/7f10a29797111d6a0464d3f520dace4e06d20b23/lib/bummr/updater.rb#L39

map7 commented 6 years ago

I propose something like this; system("git add Gemfile Gemfile.lock vendor/cache")

lpender commented 5 years ago

This is fixed, thanks