You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
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 ifautoprefixer-rails
is marked as paused, we can not make Depfu to update thebootstrap
gem, without including anautoprefixer-rails
update. Am I missing some step, or configuration option?You can see this in action here: openSUSE/open-build-service#10414
By the way, long term user of Depfu writing here. Awesome job!
The text was updated successfully, but these errors were encountered: