Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to use lockfile directly
It gives good possibility to update environment from CI server. Method load_berksfile_lock skips all validations and uses lock file directly. For example CI server always requires to do `berks install` because, some of cookbooks might be not present on CI server. Also this works much faster.
- Loading branch information