Skip to content

Commit

Permalink
Merge pull request CenturyLinkCloud#82 from jjlimepoint/master
Browse files Browse the repository at this point in the history
allow chef14
  • Loading branch information
JJ Asghar authored Jun 1, 2018
2 parents a5ea602 + bc1028e commit 52dd2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chef-provisioning-vsphere.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Gem::Specification.new do |s|
s.files = `git ls-files -z`.split("\x0")
s.test_files = s.files.grep(%r{^(test|spec|features)/})

s.add_dependency 'chef', '>= 12.0', '< 14.0'
s.add_dependency 'chef', '>= 12.0'
s.add_dependency 'chef-provisioning', '~> 2.0'
s.add_dependency 'cheffish', '>= 4.0', '< 14.0'
s.add_dependency 'cheffish', '>= 4.0'
s.add_dependency 'rbvmomi', '~> 1.10'

s.add_development_dependency 'chefstyle'
Expand Down

0 comments on commit 52dd2f7

Please sign in to comment.