rubyconfig / config

Easiest way to add multi-environment yaml settings to Rails, Sinatra, Padrino and other Ruby projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tomhughes opened this issue · 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...