.rubocop.yml in smart_container-0.9.0 vs .rubocop.yml in smart_container-0.10.0

- old
+ new

@@ -3,10 +3,10 @@ - lib/rubocop.general.yml - lib/rubocop.rake.yml - lib/rubocop.rspec.yml AllCops: - TargetRubyVersion: 3.0.0 + TargetRubyVersion: 3.1 NewCops: enable Include: - lib/**/*.rb - spec/**/*.rb - Gemfile