mirror of
https://github.com/inspec/inspec
synced 2024-11-25 06:00:29 +00:00
point to latest train
Signed-off-by: balasubramanian-s <balasubramanian.s@progress.com>
This commit is contained in:
parent
fcbc04d91d
commit
581f4e7369
2 changed files with 2 additions and 2 deletions
|
@ -57,6 +57,6 @@ Source code obtained from the Chef GitHub repository is made available under Apa
|
|||
spec.add_dependency "semverse", "~> 3.0"
|
||||
spec.add_dependency "multipart-post", "~> 2.0"
|
||||
|
||||
spec.add_dependency "train-core", ">= 3.11.0"
|
||||
spec.add_dependency "train-core", ">= 3.12.0"
|
||||
spec.add_dependency "chef-licensing", ">= 0.7.5"
|
||||
end
|
||||
|
|
|
@ -34,7 +34,7 @@ Source code obtained from the Chef GitHub repository is made available under Apa
|
|||
|
||||
spec.add_dependency "inspec-core", "= #{Inspec::VERSION}"
|
||||
|
||||
spec.add_dependency "train", "~> 3.10"
|
||||
spec.add_dependency "train", "~> 3.12"
|
||||
|
||||
# cookstyle support for inspec check
|
||||
# Added here not because they are compiled, but to keep chef-client lightweight
|
||||
|
|
Loading…
Reference in a new issue