config/rubocop.yml in pulis-0.1.34 vs config/rubocop.yml in pulis-0.1.35
- old
+ new
@@ -11,12 +11,11 @@
- vendor/**/*
- db/**/*
- config/**/*
- tmp/**/*
- log/**/*
- TargetRubyVersion: 2.7
- # NOTE 4 系を利用している場合は書き換える
- TargetRailsVersion: 5.0
+ TargetRubyVersion: 3.1
+ TargetRailsVersion: 6.1
NewCops: enable
Style/AndOr:
Enabled: false