Skip to content

Latest commit

 

History

History
40 lines (39 loc) · 745 Bytes

cookbooks_version_constraints_operators.md

File metadata and controls

40 lines (39 loc) · 745 Bytes

The following operators may be used:

Operator Description
= equal to
> greater than
< less than
>= greater than or equal to; also known as "optimistically greater than", or "optimistic"
<= less than or equal to
~> approximately greater than; also known as "pessimistically greater than", or "pessimistic"