config/ruby.yml in caliber-0.42.0 vs config/ruby.yml in caliber-0.43.0

- old
+ new

@@ -274,9 +274,13 @@ Enabled: true Style/InvertibleUnlessCondition: Enabled: true Style/IpAddresses: Enabled: true + AllowedAddresses: + - "::" + - "::1" + - "127.0.0.1" Style/MagicCommentFormat: Enabled: true Style/MapCompactWithConditionalBlock: Enabled: true Style/MapToHash: