chef / chef-apply

The ad-hoc execution tool for the Chef ecosystem.
https://www.chef.sh/
Apache License 2.0
14 stars 14 forks source link

Removing the Gemfile.lock and letting Workstation be the source of truth #107

Closed tyler-ball closed 5 years ago

tyler-ball commented 5 years ago

Description

chef-cli does not check in its Gemfile.lock. This has a few benefits:

Downsides:

I recommend we decide 1 pattern (checked in Gemfile.lock or not) for both chef-apply and chef-cli and stick with that pattern. The benefits (less PR review) of not having a checked in Gemfile.lock seem to outweigh the potential downside of a dependency conflict popping up in Chef Workstation after we release Chef Apply.

Related Issue

N/A

Types of changes

Checklist: