.rubocop.yml in activeadmin-searchable_select-1.3.0 vs .rubocop.yml in activeadmin-searchable_select-1.4.0

- old
+ new

@@ -1,6 +1,8 @@ AllCops: TargetRubyVersion: 2.3 + Exclude: + - 'bin/**/*' # The default of 80 characters is a little to narrow. Metrics/LineLength: Max: 100