depfu / feedback

🤔 Question, bugs and feedback for Depfu
https://depfu.com
MIT License
8 stars 4 forks source link

Gem dependency is included in update PR, even when it is paused #50

Open eduardoj opened 3 years ago

eduardoj commented 3 years ago

Depfu has created for us a PR of an update the gem bootstrap. Fine.

The problem comes when we are not interested in update one of its dependencies: autoprefixer-rails. Even if autoprefixer-rails is marked as paused, we can not make Depfu to update the bootstrap gem, without including an autoprefixer-rails update. Am I missing some step, or configuration option?

You can see this in action here: https://github.com/openSUSE/open-build-service/pull/10414

By the way, long term user of Depfu writing here. Awesome job!

theflow commented 3 years ago

Hi @eduardoj 👋

Hmm, yeah, that is a side effect of how Bundler updates indirect dependencies. I'm afraid there is not much we can easily do here. There is the option to run Bundler with the --conservative flag, but then it would never update indirect dependencies. Not sure if that would solve your use case?

Cheers, Florian