Skip to content

Commit

Permalink
Merge pull request #360 from chef-partners/ayush/unpinning-chef16-gem…
Browse files Browse the repository at this point in the history
…spec

Unpinning chef-16 gem from gemspec file
  • Loading branch information
NAshwini authored Aug 31, 2021
2 parents 142bd53 + 207915a commit a2fa185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-chef-extension.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib", "spec"]

s.add_development_dependency "chef", '<= 16.13.16'
s.add_development_dependency "chef"
s.add_development_dependency 'rubyzip', '>= 1.0.0'
s.add_development_dependency 'nokogiri'

Expand Down

0 comments on commit a2fa185

Please sign in to comment.