diff options
author | Tim Smith <tsmith@chef.io> | 2018-01-19 20:30:02 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-01-19 20:30:02 -0800 |
commit | cec87a86852b425a9af4362c4115fa0772386743 (patch) | |
tree | b9ba9b6edbe5e6d45ad556601d20cb2ce94a9be2 /chef.gemspec | |
parent | 9dd2aac3adefaf56bbd828b058b8baafbbcc9f3d (diff) | |
download | chef-cec87a86852b425a9af4362c4115fa0772386743.tar.gz |
Actually bump the version to 14 and dep on chef-config / ohai 14tm/branch_14
Without this the kitchen tests fail as there isn't a chef-config build at ~14.0. Ohai has been bumped to 14 and the chef-config dep updated to 14. For now we have to use builds from master since we don't have a gem. I left notes that we can remove those in the future.
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 eb187df38f..9dd85d74c6 100644 --- a/chef.gemspec +++ b/chef.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |s| s.add_dependency "mixlib-authentication", "~> 1.4" s.add_dependency "mixlib-shellout", "~> 2.0" s.add_dependency "mixlib-archive", "~> 0.4" - s.add_dependency "ohai", "~> 13.0" + s.add_dependency "ohai", "~> 14.0" s.add_dependency "ffi-yajl", "~> 2.2" s.add_dependency "net-ssh", ">= 2.9", "< 5.0" |