Skip to content

Commit

Permalink
Allow InSpec 3.0 (#214)
Browse files Browse the repository at this point in the history
This allows us to use this driver with the latest inspec. I also remove
d the changelog from the gem which aligns with our other gems.

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored and jquick committed Oct 23, 2018
1 parent c41eb07 commit 1cdd2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kitchen-inspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Gem::Specification.new do |spec|
spec.homepage = "http://github.com/inspec/kitchen-inspec"

spec.files = `git ls-files -z`.split("\x0")
.grep(/LICENSE|^CHANGELOG|^lib|^bin/)
.grep(/LICENSE|^lib|^bin/)
spec.bindir = "bin"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.1.0"
spec.add_dependency "inspec", ">=0.34.0", "<3.0.0"
spec.add_dependency "inspec", ">=0.34.0", "<4.0.0"
spec.add_dependency "test-kitchen", "~> 1.6"
spec.add_dependency "hashie", "~> 3.4"
end

0 comments on commit 1cdd2ab

Please sign in to comment.