rubyconfig/config

dry-validation 1.x moves schema support to dry-schema

tomhughes opened this issue · 0 comments

Updating to dry-validation 1.x (which the gem spec allows) breaks config when config.schema is used with:

undefined method `Schema' for Dry::Validation:Module (NoMethodError)

It appears that the schema support has been moved to a new dry-schema gem so I guess some tweaking is needed to support that...