mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump the main inspec gem as well
I missed this one Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
00ce6c02df
commit
590dcc6d60
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
|
|||
.reject { |f| File.directory?(f) || f =~ %r{lib/plugins/.*/test/} }
|
||||
spec.require_paths = ['lib']
|
||||
|
||||
spec.required_ruby_version = '>= 2.3'
|
||||
spec.required_ruby_version = '>= 2.4'
|
||||
|
||||
spec.add_dependency 'train', '~> 2.0' # Inspec 4 must have train 2+
|
||||
# Train plugins we ship with InSpec
|
||||
|
|
Loading…
Reference in a new issue