Ruby Requirements
Specify which Ruby packages should be available in order to run the component.
Example:
setup:
- type: ruby
packages: [ rspec ]packages
Type: String / List of String
Default: Empty
Specifies which packages to install.
Example:
packages: [ rspec ]type
Type: String
Specifies the type of the requirement specification.