Skip to content

Commit

Permalink
fix source convergence when syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
ccutrer committed Mar 29, 2024
1 parent 334c4f8 commit 8643d41
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/bundler/multilock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,10 @@ def after_install_all(install: true)
replaced_any = dependency_changes = true
end
forced_inherited_specs << spec.name
parent_spec

new_spec = parent_spec.dup
new_spec.source = spec.source
new_spec
end

break unless replaced_any
Expand Down

0 comments on commit 8643d41

Please sign in to comment.