point to latest train

Signed-off-by: balasubramanian-s <balasubramanian.s@progress.com>
This commit is contained in:
balasubramanian-s 2024-03-28 18:11:49 +05:30
parent fcbc04d91d
commit 581f4e7369
No known key found for this signature in database
GPG key ID: 8A566DCB9EB5CEBA
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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