.rubocop.yml in jsonb_accessor-1.3.2 vs .rubocop.yml in jsonb_accessor-1.3.3

- old
+ new

@@ -28,12 +28,10 @@ Enabled: false Metrics/PerceivedComplexity: Enabled: false Metrics/BlockLength: Enabled: false -Security/YAMLLoad: - Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/ClassVars: Enabled: false Style/Documentation: @@ -57,6 +55,8 @@ Naming/BinaryOperatorParameterName: Enabled: false Naming/VariableNumber: Enabled: false Gemspec/RequiredRubyVersion: + Enabled: false +Gemspec/RequireMFA: Enabled: false