mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump train to 0.27 (#2180)
Train 0.27.0 includes a fix to properly support net-ssh 4.2 which had a deprecation issue for the `paranoid` ssh connection option. Signed-off-by: Adam Leff <adam@leff.co>
This commit is contained in:
parent
fca83c6bb2
commit
184bd94b6e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
|
|||
|
||||
spec.required_ruby_version = '>= 2.1'
|
||||
|
||||
spec.add_dependency 'train', '~> 0.26'
|
||||
spec.add_dependency 'train', '~> 0.27'
|
||||
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