mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Update ruby version in gemspec file
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
0b791bc12c
commit
6137577066
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|||
spec.license = "Apache-2.0"
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.required_ruby_version = ">= 2.6"
|
||||
spec.required_ruby_version = ">= 2.7"
|
||||
|
||||
# the gemfile and gemspec are necessary for appbundler so don't remove it
|
||||
spec.files =
|
||||
|
|
|
@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|||
spec.license = "Apache-2.0"
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.required_ruby_version = ">= 2.6"
|
||||
spec.required_ruby_version = ">= 2.7"
|
||||
|
||||
# ONLY the aws/azure/gcp files. The rest will come in from inspec-core
|
||||
# the gemspec is necessary for appbundler so don't remove it
|
||||
|
|
Loading…
Reference in a new issue