instructure / bundler-multilock

Support multiple lockfiles
MIT License
3 stars 2 forks source link

improve inferences on if mismatched dependencies are intentional #12

Closed ccutrer closed 1 year ago

ccutrer commented 1 year ago

basically, makes it so that we don't have to re-sync lockfiles every time when you have disjunctions on the same gem (i.e. rails) between lockfiles

due to the improved logic, deprecate the allow_mismatched_dependencies param entirely.