mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Add dependencies on train 3.10.0 for podman support
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
e39be8343f
commit
e6c66d0398
2 changed files with 2 additions and 2 deletions
|
@ -45,5 +45,5 @@ Gem::Specification.new do |spec|
|
||||||
spec.add_dependency "semverse", "~> 3.0"
|
spec.add_dependency "semverse", "~> 3.0"
|
||||||
spec.add_dependency "multipart-post", "~> 2.0"
|
spec.add_dependency "multipart-post", "~> 2.0"
|
||||||
|
|
||||||
spec.add_dependency "train-core", "~> 3.0"
|
spec.add_dependency "train-core", "~> 3.10"
|
||||||
end
|
end
|
||||||
|
|
|
@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
|
||||||
|
|
||||||
spec.add_dependency "inspec-core", "= #{Inspec::VERSION}"
|
spec.add_dependency "inspec-core", "= #{Inspec::VERSION}"
|
||||||
|
|
||||||
spec.add_dependency "train", "~> 3.0"
|
spec.add_dependency "train", "~> 3.10"
|
||||||
|
|
||||||
# cookstyle support for inspec check
|
# cookstyle support for inspec check
|
||||||
# Added here not because they are compiled, but to keep chef-client lightweight
|
# Added here not because they are compiled, but to keep chef-client lightweight
|
||||||
|
|
Loading…
Reference in a new issue