class ChefCLI::PolicyfileServices::UpdateAttributes

def prepare_constraints

def prepare_constraints
  # Ensure we recompute policies from their (possibly updated) source
  Policyfile::LockApplier.new(policyfile_lock, policyfile_compiler)
    .with_unlocked_policies(:all)
    .apply!
end