summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-08-29 10:33:40 -0700
committerTim Smith <tsmith84@gmail.com>2019-08-29 10:33:40 -0700
commit23621006912a30bbeda3e503d2ae7d1cbaaa588c (patch)
tree8f77a1be7623f8467866fc2092b6a15868d61ae7 /chef.gemspec
parentafb519b0a35ca36d6762b300d55911a4dc39b1e1 (diff)
downloadchef-23621006912a30bbeda3e503d2ae7d1cbaaa588c.tar.gz
Update InSpec to 4.12 and Train to 3.0
InSpec 4.12 pulls in Train 3.0, which removes the winrm functionality. We're adding it back via the new dep on train-winrm. The updated train also includes several bugfixes we need for bootstrapping. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index a89cf4ceb2..e78237b31d 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -16,7 +16,8 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.5.0"
s.add_dependency "chef-config", "= #{Chef::VERSION}"
- s.add_dependency "train-core", "~> 2.0", ">= 2.0.12"
+ s.add_dependency "train-core", "~> 3.0"
+ s.add_dependency "train-winrm"
s.add_dependency "license-acceptance", "~> 1.0", ">= 1.0.5"
s.add_dependency "mixlib-cli", ">= 2.1.1", "< 3.0"