Page MenuHomePhabricator

[yarn] Update `Podfile.lock` to reflect changes in D4244
ClosedPublic

Authored by abosh on Jun 14 2022, 9:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 29, 12:34 PM
Unknown Object (File)
Thu, Jun 27, 8:11 AM
Unknown Object (File)
Thu, Jun 27, 8:10 AM
Unknown Object (File)
Thu, Jun 27, 4:42 AM
Unknown Object (File)
Tue, Jun 25, 6:00 AM
Unknown Object (File)
Fri, Jun 21, 2:27 PM
Unknown Object (File)
Tue, Jun 18, 12:28 PM
Unknown Object (File)
Tue, Jun 18, 11:29 AM

Details

Summary

In D4244, I modified the Podfile in a way that didn't affect the dependencies, but the comments in the file. Because of this, the checksum at the bottom of Podfile.lock was modified (since the Podfile was changed). This diff includes that changed after running yarn cleaninstall.

Discussed lock files with @atul and understand that in the future I should run yarn cleaninstall when modifying any dependency management file.

Test Plan

Ran yarn cleaninstall in the home directory and got the updated checksum.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable