Skip to content

Commit

Permalink
fixed reqs to shush warning
Browse files Browse the repository at this point in the history
  • Loading branch information
popsikle committed Apr 24, 2014
1 parent dc5ebe8 commit 71468bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions knife-dsl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_dependency 'chef'
gem.add_dependency 'chef' , '< 12.0', '> 10.0'
end

0 comments on commit 71468bd

Please sign in to comment.