Skip to content

Commit

Permalink
Loosen the Test Kitchen dep to allow 2.0
Browse files Browse the repository at this point in the history
2.0 will break nothing that impacts this plugin

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Mar 15, 2019
1 parent d6b0339 commit d1fc4af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kitchen-vagrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ Gem::Specification.new do |gem|
gem.homepage = "https://github.com/test-kitchen/kitchen-vagrant/"

gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR).grep(/LICENSE|^lib|^support|^templates/)
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_dependency "test-kitchen", "~> 1.4"
gem.add_dependency "test-kitchen", ">= 1.4", "< 3"

gem.add_development_dependency "countloc", "~> 0.4"
gem.add_development_dependency "rake"
Expand Down

0 comments on commit d1fc4af

Please sign in to comment.