Tags: AMEE/activevalidators
Tags
3.0.1 should have been 3.1.0. 💣
I thought I was avoiding me some headaches but I failed: 3.0.1 should
have been 3.1.0. I probably broke some apps so I owe you an apology.
Upgrading to ActiveValidators 3 should be done like this:
1. Specify the v3 version like that:
gem 'activevalidators', '~> 3.0.0'
2. Make sure you use `ActiveValidators.activate`
3. Run your test suite
4. Loosen up the dependency like that:
gem 'activevalidators', '~> 3.0'
Thanks @richardkmichael for pointing this problem out and helping me
find a solution.
PreviousNext