mirror of
https://github.com/inspec/inspec
synced 2024-11-25 22:20:27 +00:00
CHORE: Fix lint offense, TrailingWhitespace & EmptyLines (#6830)
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
6c8ae52d1c
commit
d4bbb4d2c4
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ train_stable = /^train \((.*)\)/.match(`gem list ^train$ --remote`)[1]
|
|||
override "train", version: "v#{train_stable}"
|
||||
override "ruby", version: "3.1.2"
|
||||
|
||||
|
||||
# Mac Apple Silicon requires 1.1.1 series instead of 1.0.2 series
|
||||
if mac_os_x?
|
||||
override "openssl", version: "1.1.1w"
|
||||
|
|
Loading…
Reference in a new issue