inspec.gemspec in inspec-4.49.0 vs inspec.gemspec in inspec-4.50.3
- old
+ new
@@ -24,17 +24,20 @@
spec.add_dependency "inspec-core", "= #{Inspec::VERSION}"
spec.add_dependency "train", "~> 3.0"
+ # 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"
+
# Used for Azure profile until integrated into train
spec.add_dependency "faraday_middleware", ">= 0.12.2", "< 1.1"
# Train plugins we ship with InSpec
spec.add_dependency "train-habitat", "~> 0.1"
spec.add_dependency "train-aws", "~> 0.2"
spec.add_dependency "train-winrm", "~> 0.2"
spec.add_dependency "mongo", "= 2.13.2" # 2.14 introduces a broken symlink in mongo-2.14.0/spec/support/ocsp
- # checks code offenses with inspec check
- spec.add_dependency "cookstyle"
end