.rubocop.yml in alarmable-1.1.0 vs .rubocop.yml in alarmable-1.2.0

- old
+ new

@@ -10,10 +10,10 @@ AllCops: NewCops: enable SuggestExtensions: false DisplayCopNames: true - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.7 TargetRailsVersion: 5.2 Exclude: - bin/**/* - vendor/**/* - build/**/*