.rubocop.yml in safer_rails_console-0.4.1 vs .rubocop.yml in safer_rails_console-0.5.0
- old
+ new
@@ -1,2 +1,11 @@
inherit_gem:
salsify_rubocop: conf/rubocop_rails.yml
+
+AllCops:
+ TargetRubyVersion: 2.4
+ Exclude:
+ - 'vendor/**/*'
+ - 'gemfiles/vendor/**/*'
+
+Style/FrozenStringLiteralComment:
+ Enabled: true