.rubocop.yml in sorbet-progress-0.2.4 vs .rubocop.yml in sorbet-progress-0.2.5

- old
+ new

@@ -1,8 +1,12 @@ AllCops: Exclude: - 'bin/**/*' - '.git/**/*' + - 'vendor/**/*' + + # Specify the lowest version tested by .travis.yml + TargetRubyVersion: 2.6 Layout/AlignArguments: EnforcedStyle: with_fixed_indentation Layout/AlignParameters: