mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Fixed minor docs typos.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
c73dec70a7
commit
28143592d2
2 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue