Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Bump inspec to 3.3.14 to add additional resources #1928

Merged
merged 1 commit into from
Jan 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ GEM
mixlib-shellout (~> 2.0)
artifactory (3.0.0)
ast (2.4.0)
aws-sdk (2.11.209)
aws-sdk-resources (= 2.11.209)
aws-sdk-core (2.11.209)
aws-sdk (2.11.211)
aws-sdk-resources (= 2.11.211)
aws-sdk-core (2.11.211)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.11.209)
aws-sdk-core (= 2.11.209)
aws-sdk-resources (2.11.211)
aws-sdk-core (= 2.11.211)
aws-sigv4 (1.0.3)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
Expand Down Expand Up @@ -392,7 +392,7 @@ GEM
ice_nine (0.11.2)
inifile (3.0.0)
iniparse (1.4.4)
inspec (3.2.6)
inspec (3.3.14)
addressable (~> 2.4)
faraday (>= 0.9.0)
faraday_middleware (~> 0.12.2)
Expand All @@ -413,7 +413,7 @@ GEM
term-ansicolor
thor (~> 0.20)
tomlrb (~> 1.2)
train (~> 1.5, >= 1.6.3)
train (~> 1.5, >= 1.7.0)
tty-prompt (~> 0.17)
tty-table (~> 0.10)
ipaddress (0.8.3)
Expand Down Expand Up @@ -447,9 +447,9 @@ GEM
test-kitchen
kitchen-hyperv (0.5.2)
test-kitchen (~> 1.4)
kitchen-inspec (0.26.0)
kitchen-inspec (1.0.1)
hashie (~> 3.4)
inspec (>= 0.34.0, < 4.0.0)
inspec (>= 1.47.0, < 4.0.0)
test-kitchen (~> 1.6)
kitchen-vagrant (1.3.6)
test-kitchen (~> 1.4)
Expand Down Expand Up @@ -720,7 +720,7 @@ GEM
toml-rb (1.1.2)
citrus (~> 3.0, > 3.0)
tomlrb (1.2.8)
train (1.6.3)
train (1.7.0)
aws-sdk (~> 2)
azure_graph_rbac (~> 0.16)
azure_mgmt_key_vault (~> 0.17)
Expand All @@ -730,7 +730,7 @@ GEM
googleauth (~> 0.6.6)
inifile
json (>= 1.8, < 3.0)
mixlib-shellout (~> 2.0)
mixlib-shellout (>= 2.0)
net-scp (~> 1.2)
net-ssh (>= 2.9, < 6.0)
winrm (~> 2.0)
Expand Down