mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump project minor version, bump train dependency version (#2058)
Bumping InSpec's minor version to 1.33 because a recent PR added new functionality. Also bumping train to 0.26 to pick up a recent bug fix. Signed-off-by: Adam Leff <adam@leff.co>
This commit is contained in:
parent
7f84e904fa
commit
c8411e8947
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.32.3
|
||||
1.33.0
|
|
@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
|
|||
|
||||
spec.required_ruby_version = '>= 2.1'
|
||||
|
||||
spec.add_dependency 'train', '>=0.24.0', '<1.0'
|
||||
spec.add_dependency 'train', '~> 0.26'
|
||||
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