Closed januszm closed 6 years ago
Hi @januszm, thanks for reporting this. Can you tell me what repo you're seeing this on? If it's a private repo you can also email me at hi@depfu.com
It's a private repository. Let's follow-up via e-mail
closing this since it's a special case handled via email
For some reason
depfu
changes the order of entries in the Gemfile.lock, compared to how the local bundler sorts them. The changes are in the GIT section:around a gem from a source other than Github (see above, in the middle, untouched in the diff).
The local bundler sets this source first, while
depfu
sets it as the last (after the gems from github.com).The above diff is a result of running the
bundle
command locally, after a PR bydepfu
has been merged.