Skip to content

3.1.1

@franckverrot franckverrot tagged this 06 Sep 18:19
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.
Assets 2
Loading