inspec.gemspec in inspec-6.6.0 vs inspec.gemspec in inspec-6.8.1
- old
+ new
@@ -19,11 +19,11 @@
spec.homepage = "https://github.com/inspec/inspec"
spec.license = "LicenseRef-Chef-EULA"
spec.require_paths = ["lib"]
- spec.required_ruby_version = ">= 2.7"
+ spec.required_ruby_version = ">= 3.1.0"
# ONLY the aws/azure/gcp files. The rest will come in from inspec-core
# the gemspec is necessary for appbundler so don't remove it
spec.files =
Dir.glob("{{lib,etc}/**/*,Gemfile,inspec.gemspec}")
@@ -31,13 +31,9 @@
.reject { |f| File.directory?(f) }
spec.add_dependency "inspec-core", "= #{Inspec::VERSION}"
spec.add_dependency "train", "~> 3.10"
-
- # cookstyle support for inspec check
- # Added here not because they are compiled, but to keep chef-client lightweight
- spec.add_dependency "cookstyle"
spec.add_dependency "rake"
# progress bar streaming reporter plugin support
spec.add_dependency "progress_bar", "~> 1.3.3"