depfu / feedback

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

Grouped Updates - pausing is not respected #33

Closed klyonrad closed 4 years ago

klyonrad commented 5 years ago

Same as title

I hoped that this could have been a way to postpone some gems from updating :/

theflow commented 5 years ago

Hmm, yeah, this is going to be quite tricky for us since we basically just run bundle update. But putting in a version requirement into your Gemfile should work?

Could you explain your use case a bit more?

klyonrad commented 5 years ago

Well that explains it.

To give you some context for evaluating the importance

Usecase:

The story is basically: dev and test gems mostly don't break things so if they wouldn't be annoying we could update them every week without even looking. Sometimes they need extra work that is just rarely high prio

theflow commented 4 years ago

Hey @klyonrad, we shipped support for this last week!

Paused updates are now respected in all grouped updates except when updating all dependencies in Bundler (as we're just running bundle update). We're looking at options there, but I think your use case of updating dev dependencies should fully work now! Let me know if see any issues or have more feedback.

klyonrad commented 4 years ago

Wow, thanks a ton, I did not expect this :)