rubocop.yml in rubocop-ruby3_0-1.1.1 vs rubocop.yml in rubocop-ruby3_0-1.1.2
- old
+ new
@@ -1,3 +1,10 @@
AllCops:
TargetRubyVersion: 3.0
NewCops: enable
+
+Gemspec/DevelopmentDependencies:
+ EnforcedStyle: Gemfile
+ AllowedGems:
+ - rake
+ - rspec
+ - yard