oso-cloud.gemspec in oso-cloud-0.3.1 vs oso-cloud.gemspec in oso-cloud-0.4.0

- old
+ new

@@ -6,10 +6,10 @@ spec.authors = ['Oso Security, Inc.'] spec.email = ['support@osohq.com'] spec.summary = 'Oso authorization library.' spec.homepage = 'https://www.osohq.com/' - spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0') + spec.required_ruby_version = Gem::Requirement.new('>= 2.7.0') # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path(__dir__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }