mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump train to 0.29.2 (#2327)
Train 0.29.1 includes a few regressions from 0.28 dealing with files. Signed-off-by: Adam Leff <adam@leff.co>
This commit is contained in:
parent
3a99baaf31
commit
46a3ca6eea
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
|
|||
|
||||
spec.required_ruby_version = '>= 2.3'
|
||||
|
||||
spec.add_dependency 'train', '~> 0.29', '>= 0.29.1'
|
||||
spec.add_dependency 'train', '~> 0.29', '>= 0.29.2'
|
||||
spec.add_dependency 'thor', '~> 0.19'
|
||||
spec.add_dependency 'json', '>= 1.8', '< 3.0'
|
||||
spec.add_dependency 'rainbow', '~> 2'
|
||||
|
|
Loading…
Reference in a new issue