shaped.gemspec in shaped-0.9.0 vs shaped.gemspec in shaped-0.9.1

- old
+ new

@@ -10,10 +10,10 @@ spec.summary = 'Validate the "shape" of Ruby objects.' spec.description = 'Validate the "shape" of Ruby objects.' spec.homepage = 'https://github.com/davidrunger/shaped' spec.license = 'MIT' - spec.required_ruby_version = Gem::Requirement.new('>= 2.7.0') + spec.required_ruby_version = Gem::Requirement.new('>= 3.1.1') spec.metadata['rubygems_mfa_required'] = 'true' spec.metadata['homepage_uri'] = spec.homepage spec.metadata['source_code_uri'] = 'https://github.com/davidrunger/shaped' spec.metadata['changelog_uri'] = 'https://github.com/davidrunger/shaped/blob/master/CHANGELOG.md'