config/errors.yml in dry-schema-1.6.1 vs config/errors.yml in dry-schema-1.6.2
- old
+ new
@@ -85,9 +85,11 @@
str?: "must be a string"
type?: "must be %{type}"
+ respond_to?: "must respond to %{method}"
+
size?:
arg:
default: "size must be %{size}"
range: "size must be within %{size_left} - %{size_right}"