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
Sometimes librarian-puppet install will update the Puppetfile.lock with the constraint in a different order than the original Puppetfile.lock.
e.g.
before:
There's no logical difference in the dependency, but when the ordering changes, the diff changes and makes for git commit's that are long with many lines changing that obscure actual changes.
This may be an issue in librarianp, not librarian-puppet, but it I'm opening this to start the digging.
The text was updated successfully, but these errors were encountered:
benpillet
changed the title
Inconsistent dependency constraints in Puppetfile.lock
Inconsistent ordering of dependency constraints in Puppetfile.lock
May 29, 2019
I know this is an old thread, but I think this issue might be related to this rubygems/rubygems#3889
Which means that you require a gems version above 3.2.0.rc.2
You can install the latest version with gem update --system
Sometimes
librarian-puppet install
will update thePuppetfile.lock
with the constraint in a different order than the originalPuppetfile.lock
.e.g.
before:
after:
There's no logical difference in the dependency, but when the ordering changes, the diff changes and makes for git commit's that are long with many lines changing that obscure actual changes.
This may be an issue in
librarianp
, notlibrarian-puppet
, but it I'm opening this to start the digging.The text was updated successfully, but these errors were encountered: