Fixed minor docs typos.

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
Vasu1105 2022-03-07 12:10:38 +05:30
parent c73dec70a7
commit 28143592d2
2 changed files with 1 additions and 2 deletions

View file

@ -300,7 +300,6 @@ depends:
```
## Gem Dependencies
Any profile with ruby gem dependencies that need to be installed can be specified using the gem dependencies settings in metadata file.
For example, if you required any ruby library in the custom resource that needs a specific gem to be installed then you can specify that in the metadata file. It installs the gems in the default path of InSpec that is `~/.inspec/gems` when you run your profile.

View file

@ -146,7 +146,7 @@ module Inspec
option :vendor_cache, type: :string,
desc: "Use the given path for caching dependencies. (default: ~/.inspec/cache)"
option :auto_install_gems, type: :boolean, default: false,
desc: "Auto install gem dependencies of profile/resource pack defined in metadata file."
desc: "Auto installs gem dependencies of profile/resource pack defined in metadata file."
end
def self.supermarket_options