Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "cinc-auditor-bin", "< 7.0.0", :source => "https://rubygems.cinc.sh"
gem "cinc-auditor-bin", "< 8.0.0", :source => "https://rubygems.cinc.sh"
gem "cookstyle"
gem "kitchen-dokken", ">= 2.23.0"
gem "kitchen-inspec"
Expand Down
58 changes: 36 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
GEM
remote: https://rubygems.cinc.sh/
specs:
cinc-auditor-bin (5.23.6)
inspec (= 5.23.6)
inspec (5.23.6)
faraday_middleware (>= 0.12.2, < 1.3)
inspec-core (= 5.23.6)
mongo (= 2.21.3)
cinc-auditor-bin (7.1.7)
inspec (= 7.1.7)
inspec (7.1.7)
faraday_middleware (~> 1.2, >= 1.2.1)
inspec-core (= 7.1.7)
progress_bar (~> 1.3.3)
rake
train (~> 3.13, >= 3.13.4)
rake (>= 12.3.3)
train (~> 3.16, >= 3.16.1)
train-aws (~> 0.2)
train-habitat (~> 0.1)
train-kubernetes (< 0.3.1)
train-kubernetes (>= 0.3.1)
train-winrm (~> 0.4.0)
inspec-core (5.23.6)
addressable (~> 2.4)
inspec-core (7.1.7)
addressable (~> 2.9)
chef-licensing (>= 1.2.0)
chef-telemetry (~> 1.0, >= 1.0.8)
cookstyle
csv (~> 3.0)
faraday (>= 1, < 3)
faraday-follow_redirects (~> 0.3)
hashie (>= 3.4, < 6.0)
license-acceptance (>= 0.2.13, < 3.0)
method_source (>= 0.8, < 2.0)
mixlib-log (~> 3.0, < 3.2)
mixlib-log (~> 3.0)
multipart-post (~> 2.0)
ostruct (>= 0.1, < 0.7)
parallel (~> 1.9)
parslet (>= 1.5, < 3.0)
pry (~> 0.13)
Expand All @@ -33,9 +35,10 @@ GEM
rubyzip (>= 1.2.2, < 4.0)
semverse (~> 3.0)
sslshake (~> 1.2)
syslog (~> 0.1)
thor (>= 0.20, < 1.5.0)
tomlrb (>= 1.2, < 2.1)
train-core (~> 3.13, >= 3.13.4)
tomlrb (>= 1.3, < 2.1)
train-core (~> 3.16, >= 3.16.1)
tty-prompt (~> 0.17)
tty-table (~> 0.10)

Expand Down Expand Up @@ -321,7 +324,6 @@ GEM
bcrypt_pbkdf (1.1.2-x86_64-darwin)
benchmark (0.5.0)
bigdecimal (4.1.2)
bson (5.2.0)
builder (3.3.0)
chef-config (19.3.14)
addressable
Expand All @@ -334,6 +336,15 @@ GEM
chef-gyoku (1.5.0)
builder (>= 2.1.2)
rexml (~> 3.4)
chef-licensing (1.4.1)
chef-config (>= 15)
faraday (>= 1, < 3)
faraday-http-cache
mixlib-log (~> 3.0)
ostruct (~> 0.6.0)
pstore (~> 0.1.1)
tty-prompt (~> 0.23)
tty-spinner (~> 0.9.3)
chef-telemetry (1.1.1)
chef-config
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -423,6 +434,8 @@ GEM
faraday-excon (1.1.0)
faraday-follow_redirects (0.5.0)
faraday (>= 1, < 3)
faraday-http-cache (2.7.0)
faraday (>= 0.8)
faraday-httpclient (1.0.1)
faraday-multipart (1.2.0)
multipart-post (~> 2.0)
Expand Down Expand Up @@ -546,13 +559,11 @@ GEM
mixlib-shellout
mixlib-versioning
thor
mixlib-log (3.0.9)
mixlib-log (3.2.3)
ffi (>= 1.15.5)
mixlib-shellout (3.4.10)
chef-utils
mixlib-versioning (1.2.12)
mongo (2.21.3)
base64
bson (>= 4.14.1, < 6.0.0)
ms_rest (0.7.6)
concurrent-ruby (~> 1.0)
faraday (>= 0.9, < 2.0.0)
Expand Down Expand Up @@ -593,6 +604,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
reline (>= 0.6.0)
pstore (0.1.4)
psych (5.3.1)
date
stringio
Expand Down Expand Up @@ -797,8 +809,8 @@ GEM
net-scp (>= 1.2, < 5.0)
net-ssh (>= 2.9, < 8.0)
train-habitat (0.2.22)
train-kubernetes (0.1.7)
k8s-ruby (~> 0.10)
train-kubernetes (0.3.1)
k8s-ruby (>= 0.17.2)
train (~> 3.0)
train-winrm (0.4.3)
chef-winrm (>= 2.4.4, < 3.0)
Expand All @@ -820,6 +832,8 @@ GEM
tty-screen (~> 0.8)
wisper (~> 2.0)
tty-screen (0.8.2)
tty-spinner (0.9.3)
tty-cursor (~> 0.7)
tty-table (0.12.0)
pastel (~> 0.8)
strings (~> 0.2.0)
Expand Down Expand Up @@ -848,7 +862,7 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
cinc-auditor-bin (< 7.0.0)!
cinc-auditor-bin (< 8.0.0)!
cookstyle
kitchen-dokken (>= 2.23.0)
kitchen-inspec
Expand Down
Loading