.rubocop.yml in socketry-0.4.0 vs .rubocop.yml in socketry-0.5.0

- old
+ new

@@ -35,19 +35,19 @@ Metrics/ClassLength: Max: 200 Metrics/CyclomaticComplexity: - Max: 10 + Max: 15 Metrics/MethodLength: Max: 50 Metrics/ParameterLists: Enabled: false Metrics/PerceivedComplexity: - Max: 10 + Max: 15 # # Lint #