mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Apply suggestion from docs team
Signed-off-by: Clinton Wolfe clintoncwolfe@gmail.com Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
This commit is contained in:
parent
7060ff7bf2
commit
6b75b9350d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ inspec exec test.rb -t docker://container_id
|
|||
|
||||
## Installation
|
||||
|
||||
Chef InSpec requires Ruby ( >= 2.6 ). Ruby 2.5 support is limited and requires use of Bundler with an entry in the Gemfile:
|
||||
Chef InSpec requires Ruby ( >= 2.6 ). Ruby 2.5 support is limited and requires Bundler with an entry in the Gemfile:
|
||||
|
||||
```
|
||||
# 16.7.23 required ruby 2.6+
|
||||
|
|
Loading…
Reference in a new issue