Skip to content

Commit

Permalink
depend on inspec 0.22+
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed May 16, 2016
1 parent d194a25 commit a243260
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 a243260

Please sign in to comment.