Update ruby version in gemspec file

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
Vasu1105 2022-02-07 19:54:36 +05:30
parent 0b791bc12c
commit 6137577066
2 changed files with 2 additions and 2 deletions

View file

@ -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 =

View file

@ -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