mirror of
https://github.com/inspec/inspec
synced 2025-02-22 00:48:41 +00:00
Move cookstyle dep from inspec gemspec to inspec-core, add rake
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
65e4a34c9d
commit
d8a2000fdb
2 changed files with 4 additions and 2 deletions
|
@ -45,5 +45,9 @@ Gem::Specification.new do |spec|
|
|||
spec.add_dependency "semverse", "~> 3.0"
|
||||
spec.add_dependency "multipart-post", "~> 2.0"
|
||||
|
||||
# cookstyle support for inspec check
|
||||
spec.add_dependency "cookstyle"
|
||||
spec.add_dependency "rake"
|
||||
|
||||
spec.add_dependency "train-core", "~> 3.0"
|
||||
end
|
||||
|
|
|
@ -35,6 +35,4 @@ Gem::Specification.new do |spec|
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue