Open farkasmate opened 5 years ago
Workaround: pin lower drytypes version in #42
THis might require dropping Ruby 2.3 support for dry-validation support
The All type is now used instead of object.
The blocker I have reached is that v0.15.0 needs a new version of dry-validation that is currently in development, the model currently used is being re-written. We are using dry-validation in a pretty funky way, and I can't currently get it to work the way I want.
Work so far is in https://github.com/scalefactory/aws-assume-role/tree/20190326_ruby3.5 but I'm going to leave this for now and visit again when dry-validation rewrite is stable.
dry-types 0.15.0 breaks
object
types, Dry::Types::Struct seems to be a substitute.