Skip to content

Commit

Permalink
Version pinning for inspec dependency updated to include range of ver…
Browse files Browse the repository at this point in the history
…sions

Signed-off-by: Nik08 <[email protected]>
  • Loading branch information
Nik08 committed Oct 4, 2024
1 parent 7dd9fe7 commit 929d8a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kitchen-inspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +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"
# Version upgrade to InSpec 6
spec.add_dependency "inspec", "~> 6.0"
spec.add_dependency "inspec", ">= 2.2.64", "< 7.0" # 2.2.64 is required for plugin v2 support & InSpec 6 included
spec.add_dependency "test-kitchen", ">= 2.7", "< 4" # 2.7 introduced no_parallel_for for verifiers
spec.add_dependency "hashie", ">= 3.4", "<= 5.0"
end

0 comments on commit 929d8a7

Please sign in to comment.