summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authortyler-ball <tball@chef.io>2019-05-06 17:47:51 -0600
committertyler-ball <tball@chef.io>2019-05-07 18:20:05 -0600
commitd969482da36b9b1c3df5503ffb0d612302637a99 (patch)
treeab78a0073ad5f054eafbac482bdb1d4a2672db1b /chef.gemspec
parent59529a0b879a86d946d07df0a648fb48014e38a4 (diff)
downloadchef-d969482da36b9b1c3df5503ffb0d612302637a99.tar.gz
knife bootstrap should only request license when installing Chef 15knife_license
Also updating the transmission of the license acceptance through the config.rb because that brings it in line with existing patterns (Test Kitchen). Signed-off-by: tyler-ball <tball@chef.io>
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 975d51dba3..4524da6d9a 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency "chef-config", "= #{Chef::VERSION}"
s.add_dependency "train-core", "~> 2.0", ">= 2.0.12"
- s.add_dependency "license-acceptance", "~> 1.0"
+ s.add_dependency "license-acceptance", "~> 1.0", ">= 1.0.5"
s.add_dependency "mixlib-cli", ">= 1.7", "< 3.0"
s.add_dependency "mixlib-log", ">= 2.0.3", "< 4.0"
s.add_dependency "mixlib-authentication", "~> 2.1"