Skip to content

Commit

Permalink
Merge pull request #87 from chef/chris-rock/inspec-0.22
Browse files Browse the repository at this point in the history
depend on inspec 0.22+
  • Loading branch information
alexpop committed May 25, 2016
2 parents d194a25 + a243260 commit 41d5b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitchen-inspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.add_dependency 'inspec', '>=0.20.0', '<1.0.0'
spec.add_dependency 'inspec', '>=0.22.0', '<1.0.0'
spec.add_dependency 'test-kitchen', '~> 1.6'
spec.add_development_dependency 'countloc', '~> 0.4'
spec.add_development_dependency 'bundler', '~> 1.10'
Expand Down

0 comments on commit 41d5b81

Please sign in to comment.