Skip to content

Commit

Permalink
Bump dependencies, leave a note about inspec/train#406
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Mar 4, 2019
1 parent 7016898 commit 349c242
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 59 deletions.
11 changes: 7 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,19 @@ group :unit do
end

group :integration do
gem 'kitchen-inspec'
gem 'inspec'
gem 'kitchen-inspec', '~> 1.0'
# note: without https://github.com/inspec/train/pull/406 `kitchen verify`
# will fail on Ruby 2.6 even with the latest version. MK.
gem 'train', '~> 1.7.4'
gem 'inspec', '~> 3.7'
end

group :kitchen_common do
gem 'test-kitchen'
gem 'test-kitchen', '>= 1.24'
end

group :kitchen_vagrant do
gem 'kitchen-vagrant'
gem 'kitchen-vagrant', '~> 1.4'
end

group :kitchen_docker do
Expand Down
113 changes: 58 additions & 55 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ GEM
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
aws-sdk (2.11.197)
aws-sdk-resources (= 2.11.197)
aws-sdk-core (2.11.197)
aws-sdk (2.11.232)
aws-sdk-resources (= 2.11.232)
aws-sdk-core (2.11.232)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.11.197)
aws-sdk-core (= 2.11.197)
aws-sdk-resources (2.11.232)
aws-sdk-core (= 2.11.232)
aws-sigv4 (1.0.3)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
Expand All @@ -27,7 +27,7 @@ GEM
ms_rest_azure (~> 0.11.0)
azure_mgmt_resources (0.17.2)
ms_rest_azure (~> 0.11.0)
backports (3.11.4)
backports (3.12.0)
berkshelf (7.0.7)
chef (>= 13.6.52)
chef-config
Expand All @@ -42,18 +42,18 @@ GEM
solve (~> 4.0)
thor (>= 0.20)
builder (3.2.3)
chef (14.8.12)
chef (14.10.9)
addressable
bundler (>= 1.10)
chef-config (= 14.8.12)
chef-config (= 14.10.9)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
ffi (~> 1.9, >= 1.9.25)
ffi-yajl (~> 2.2)
highline (~> 1.6, >= 1.6.9)
iniparse (~> 1.4)
mixlib-archive (~> 0.4)
mixlib-archive (>= 0.4, < 2.0)
mixlib-authentication (~> 2.1)
mixlib-cli (~> 1.7)
mixlib-log (~> 2.0, >= 2.0.3)
Expand All @@ -75,7 +75,7 @@ GEM
chef-api (0.9.0)
logify (~> 0.1)
mime-types
chef-config (14.8.12)
chef-config (14.10.9)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
Expand All @@ -87,7 +87,7 @@ GEM
mixlib-log (~> 2.0)
rack (~> 2.0, >= 2.0.6)
uuidtools (~> 2.1)
chefspec (7.3.3)
chefspec (7.3.4)
chef (>= 12.16.42)
fauxhai (>= 4)
rspec (~> 3.0)
Expand All @@ -96,8 +96,8 @@ GEM
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.1.4)
cookstyle (3.0.2)
rubocop (= 0.55.0)
cookstyle (4.0.0)
rubocop (= 0.62.0)
cucumber-core (3.2.1)
backports (>= 3.8.0)
cucumber-tag_expressions (~> 1.1.0)
Expand Down Expand Up @@ -132,9 +132,9 @@ GEM
faraday (~> 0.8)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
fauxhai (6.10.0)
fauxhai (7.0.0)
net-ssh
ffi (1.9.25)
ffi (1.10.0)
ffi-yajl (2.3.1)
libyajl2 (~> 1.2)
fog-core (2.1.0)
Expand All @@ -145,11 +145,11 @@ GEM
fog-json (1.2.0)
fog-core
multi_json (~> 1.10)
fog-openstack (0.3.9)
fog-openstack (0.3.10)
fog-core (>= 1.45, <= 2.1.0)
fog-json (>= 1.0)
ipaddress (>= 0.8)
foodcritic (15.0.0)
foodcritic (15.1.0)
cucumber-core (>= 1.3, < 4.0)
erubis
ffi-yajl (~> 2.0)
Expand Down Expand Up @@ -200,8 +200,8 @@ GEM
foodcritic (>= 8)
guard (~> 2.12)
guard-compat (~> 1.2)
guard-kitchen (0.0.2)
guard
guard-kitchen (0.1.0)
guard (> 2.0.0)
mixlib-shellout
guard-rspec (4.7.3)
guard (~> 2.1)
Expand All @@ -218,12 +218,12 @@ GEM
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.3.0)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
inifile (3.0.0)
iniparse (1.4.4)
inspec (3.2.6)
inspec (3.7.1)
addressable (~> 2.4)
faraday (>= 0.9.0)
faraday_middleware (~> 0.12.2)
Expand All @@ -244,18 +244,19 @@ GEM
term-ansicolor
thor (~> 0.20)
tomlrb (~> 1.2)
train (~> 1.5, >= 1.6.3)
train (~> 1.5, >= 1.7.2)
tty-prompt (~> 0.17)
tty-table (~> 0.10)
ipaddress (0.8.3)
jaro_winkler (1.5.2)
jmespath (1.4.0)
json (2.1.0)
json (2.2.0)
jwt (2.1.0)
kartograph (0.2.7)
kitchen-digitalocean (0.10.1)
droplet_kit (~> 2.3)
kitchen-digitalocean (0.10.2)
droplet_kit (~> 2.8)
test-kitchen (~> 1.17)
kitchen-docker (2.7.0)
kitchen-docker (2.8.0)
test-kitchen (>= 1.0.0)
kitchen-dokken (2.6.7)
docker-api (~> 1.33)
Expand All @@ -267,16 +268,16 @@ GEM
multi_json
retryable (~> 2.0)
test-kitchen (~> 1.4, >= 1.4.1)
kitchen-inspec (0.25.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-openstack (3.6.2)
fog-openstack (~> 0.1)
ohai
test-kitchen (~> 1.4, >= 1.4.1)
unf
kitchen-vagrant (1.3.6)
kitchen-vagrant (1.4.0)
test-kitchen (~> 1.4)
libyajl2 (1.2.0)
listen (3.1.5)
Expand All @@ -296,15 +297,15 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mini_portile2 (2.4.0)
minitar (0.7)
minitar (0.8)
minitest (5.11.3)
mixlib-archive (0.4.19)
mixlib-archive (0.4.20)
mixlib-log
mixlib-authentication (2.1.1)
mixlib-cli (1.7.0)
mixlib-config (2.2.18)
tomlrb
mixlib-install (3.11.5)
mixlib-install (3.11.11)
mixlib-shellout
mixlib-versioning
thor
Expand Down Expand Up @@ -336,7 +337,7 @@ GEM
net-ssh (>= 2.6.5)
net-ssh-gateway (>= 1.2.0)
net-telnet (0.1.1)
nokogiri (1.9.1)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
nori (2.6.0)
notiffany (0.1.1)
Expand All @@ -357,8 +358,8 @@ GEM
systemu (~> 2.6.4)
wmi-lite (~> 1.0)
os (1.0.0)
parallel (1.12.1)
parser (2.5.3.0)
parallel (1.14.0)
parser (2.6.0.0)
ast (~> 2.4.0)
parslet (1.8.2)
pastel (0.7.2)
Expand Down Expand Up @@ -405,13 +406,14 @@ GEM
rspec_junit_formatter (0.2.3)
builder (< 4)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.55.0)
rubocop (0.62.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0)
ruby_dep (1.5.0)
ruby_gntp (0.3.4)
Expand All @@ -437,13 +439,13 @@ GEM
solve (4.0.2)
molinillo (~> 0.6)
semverse (>= 1.1, < 4.0)
specinfra (2.76.5)
specinfra (2.76.9)
net-scp
net-ssh (>= 2.7)
net-telnet (= 0.1.1)
sfl
sslshake (1.2.0)
stove (7.0.0)
sslshake (1.3.0)
stove (7.1.0)
chef-api (~> 0.5)
logify (~> 0.2)
strings (0.1.4)
Expand All @@ -453,9 +455,9 @@ GEM
strings-ansi (0.1.0)
syslog-logger (1.6.8)
systemu (2.6.5)
term-ansicolor (1.7.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
test-kitchen (1.23.5)
test-kitchen (1.24.0)
mixlib-install (~> 3.6)
mixlib-shellout (>= 1.2, < 3.0)
net-scp (~> 1.1)
Expand All @@ -467,11 +469,11 @@ GEM
winrm-fs (~> 1.1)
thor (0.20.3)
thread_safe (0.3.6)
timeliness (0.3.8)
timers (4.2.0)
timeliness (0.4.0)
timers (4.3.0)
tins (1.20.2)
tomlrb (1.2.8)
train (1.6.3)
train (1.7.4)
aws-sdk (~> 2)
azure_graph_rbac (~> 0.16)
azure_mgmt_key_vault (~> 0.17)
Expand All @@ -481,16 +483,16 @@ 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)
winrm-fs (~> 1.0)
treetop (1.6.10)
polyglot (~> 0.3)
tty-color (0.4.3)
tty-cursor (0.6.0)
tty-prompt (0.18.0)
tty-cursor (0.6.1)
tty-prompt (0.18.1)
necromancer (~> 0.4.0)
pastel (~> 0.7.0)
timers (~> 4.0)
Expand Down Expand Up @@ -539,7 +541,7 @@ GEM
rubyzip (~> 1.1)
winrm (~> 2.0)
wisper (2.0.0)
wmi-lite (1.0.1)
wmi-lite (1.0.2)

PLATFORMS
ruby
Expand All @@ -557,19 +559,20 @@ DEPENDENCIES
guard-kitchen
guard-rspec
guard-rubocop
inspec
inspec (~> 3.7)
kitchen-digitalocean
kitchen-docker
kitchen-dokken
kitchen-ec2
kitchen-inspec
kitchen-inspec (~> 1.0)
kitchen-openstack
kitchen-vagrant
kitchen-vagrant (~> 1.4)
rake
rb-fsevent
ruby_gntp
stove
test-kitchen
test-kitchen (>= 1.24)
train (~> 1.7.4)

BUNDLED WITH
1.17.2
2.0.1

0 comments on commit 349c242

Please sign in to comment.