diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-10-08 09:17:36 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-10-08 09:17:36 -0700 |
commit | 35b4bbaa21e7c493a81c605ef81388a6d7d6c0ed (patch) | |
tree | 7a6542a875d475d5af47f7686008a84c1de5d3c3 /chef.gemspec | |
parent | bed47ece7b8b13e69c7464104f6a22a6f60932f4 (diff) | |
download | chef-35b4bbaa21e7c493a81c605ef81388a6d7d6c0ed.tar.gz |
Require train ~3.1 for bootstrapping and openssl 1.0.2tbumps_2019
Somehow we missed the actual openssl 1.0.2t bump. We need this train bump to fix a bug in bootstrap that had to happen on the train side.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef.gemspec')
-rw-r--r-- | chef.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec index 80a8d9c2bb..a4a505d872 100644 --- a/chef.gemspec +++ b/chef.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.required_ruby_version = ">= 2.5.0" s.add_dependency "chef-config", "= #{Chef::VERSION}" - s.add_dependency "train-core", "~> 3.0" + s.add_dependency "train-core", "~> 3.1" s.add_dependency "train-winrm", ">= 0.2.5" s.add_dependency "license-acceptance", "~> 1.0", ">= 1.0.5" |