Add dependencies on train 3.10.0 for podman support

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2022-06-28 00:33:58 -04:00
parent e39be8343f
commit e6c66d0398
2 changed files with 2 additions and 2 deletions

View file

@ -45,5 +45,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "semverse", "~> 3.0"
spec.add_dependency "multipart-post", "~> 2.0"
spec.add_dependency "train-core", "~> 3.0"
spec.add_dependency "train-core", "~> 3.10"
end

View file

@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "inspec-core", "= #{Inspec::VERSION}"
spec.add_dependency "train", "~> 3.0"
spec.add_dependency "train", "~> 3.10"
# cookstyle support for inspec check
# Added here not because they are compiled, but to keep chef-client lightweight