Skip to content

Commit

Permalink
Merge pull request #254 from inspec/inspec_2
Browse files Browse the repository at this point in the history
Require InSpec 2.2.64+ to support plugin v2
  • Loading branch information
James Stocks committed Jun 5, 2020
2 parents 4b6c7fa + c9e57e3 commit a31382a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/lock.yml

This file was deleted.

2 changes: 1 addition & 1 deletion kitchen-inspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").grep(/LICENSE|^lib/)
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.3.0"
spec.add_dependency "inspec", ">= 1.47", "< 5.0"
spec.add_dependency "inspec", ">= 2.2.64", "< 5.0" # 2.2.64 is required for plugin v2 support
spec.add_dependency "test-kitchen", ">= 1.6", "< 3"
spec.add_dependency "hashie", "~> 3.4"
end

0 comments on commit a31382a

Please sign in to comment.