mirror of
https://github.com/inspec/inspec
synced 2024-12-03 09:59:26 +00:00
30f44b0462
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
13 lines
289 B
YAML
13 lines
289 B
YAML
name: profile-with-gem-dependency
|
|
title: InSpec Profile
|
|
maintainer: The Authors
|
|
copyright: The Authors
|
|
copyright_email: you@example.com
|
|
license: Apache-2.0
|
|
summary: An InSpec Compliance Profile
|
|
version: 0.1.0
|
|
supports:
|
|
platform: os
|
|
gem_dependencies:
|
|
- name: money
|
|
version: ">= 6.16.0"
|