shaped.gemspec in shaped-0.10.0 vs shaped.gemspec in shaped-0.11.0

- 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('>= 3.1.1') + spec.required_ruby_version = ">= #{File.read('.ruby-version').rstrip}" 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'