livingsocial / bundler-patch

Update your gems conservatively to deal with vulnerable gems or just get more current.
MIT License
65 stars 3 forks source link

Ensure cache is updated after install. #37

Closed chrismo closed 8 years ago

chrismo commented 8 years ago

Fixes #36. In cases where vendor/cache exists, we need to make sure it gets updated.

The underlying problem here is Bundler doesn't have a reusable "and now install the gems and do all the other stuff that should be done" bit - it's duped throughout the CLI classes. Maybe that'll happen in the future.