mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
This might be the reson of inspec build failure
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
8c72cf239d
commit
8677421601
1 changed files with 9 additions and 9 deletions
|
@ -47,7 +47,7 @@ GEM
|
|||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sdk-kms (~> 1)
|
||||
aws-sigv4 (~> 1.4)
|
||||
aws-sdk-secretsmanager (1.62.0)
|
||||
aws-sdk-secretsmanager (1.64.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sigv4 (1.5.0)
|
||||
|
@ -194,8 +194,8 @@ GEM
|
|||
faraday_middleware (1.2.0)
|
||||
faraday (~> 1.0)
|
||||
ffi (1.15.5)
|
||||
ffi (1.15.5-x64-mingw-ucrt)
|
||||
ffi (1.15.5-x64-mingw32)
|
||||
ffi (1.15.5-x64-unknown)
|
||||
ffi (1.15.5-x86-mingw32)
|
||||
ffi-libarchive (1.1.3)
|
||||
ffi (~> 1.0)
|
||||
|
@ -240,7 +240,7 @@ GEM
|
|||
iso8601 (0.13.0)
|
||||
jmespath (1.6.1)
|
||||
json (2.6.2)
|
||||
kitchen-vagrant (1.11.0)
|
||||
kitchen-vagrant (1.12.0)
|
||||
test-kitchen (>= 1.4, < 4)
|
||||
libyajl2 (2.1.0)
|
||||
license-acceptance (2.1.13)
|
||||
|
@ -266,7 +266,7 @@ GEM
|
|||
mixlib-cli (2.1.8)
|
||||
mixlib-config (3.0.27)
|
||||
tomlrb
|
||||
mixlib-install (3.12.16)
|
||||
mixlib-install (3.12.19)
|
||||
mixlib-shellout
|
||||
mixlib-versioning
|
||||
thor
|
||||
|
@ -295,7 +295,7 @@ GEM
|
|||
net-ssh-gateway (2.0.0)
|
||||
net-ssh (>= 4.0.0)
|
||||
nori (2.6.0)
|
||||
octokit (4.25.0)
|
||||
octokit (4.25.1)
|
||||
faraday (>= 1, < 3)
|
||||
sawyer (~> 0.9)
|
||||
ohai (17.9.0)
|
||||
|
@ -327,7 +327,7 @@ GEM
|
|||
coderay (~> 1.1)
|
||||
method_source (~> 1.0)
|
||||
public_suffix (4.0.7)
|
||||
rack (2.2.3.1)
|
||||
rack (2.2.4)
|
||||
rainbow (3.1.1)
|
||||
retryable (3.0.5)
|
||||
rexml (3.2.5)
|
||||
|
@ -366,7 +366,7 @@ GEM
|
|||
strings-ansi (0.2.0)
|
||||
structured_warnings (0.4.0)
|
||||
syslog-logger (1.6.8)
|
||||
test-kitchen (3.2.2)
|
||||
test-kitchen (3.3.1)
|
||||
bcrypt_pbkdf (~> 1.0)
|
||||
chef-utils (>= 16.4.35)
|
||||
ed25519 (~> 1.2)
|
||||
|
@ -413,7 +413,7 @@ GEM
|
|||
pastel (~> 0.8)
|
||||
strings (~> 0.2.0)
|
||||
tty-screen (~> 0.8)
|
||||
unicode-display_width (2.1.0)
|
||||
unicode-display_width (2.2.0)
|
||||
unicode_utils (1.4.0)
|
||||
uuidtools (2.2.0)
|
||||
vault (0.17.0)
|
||||
|
@ -465,8 +465,8 @@ GEM
|
|||
|
||||
PLATFORMS
|
||||
ruby
|
||||
x64-mingw
|
||||
x64-mingw32
|
||||
x64-unknown
|
||||
x86-mingw32
|
||||
|
||||
DEPENDENCIES
|
||||
|
|
Loading…
Reference in a new issue