codegram / date_validator

A simple, ORM agnostic, Ruby >=2.2 compatible date validator for Rails, based on ActiveModel.
http://thoughts.codegram.com/date-validation-with-rails-3
MIT License
496 stars 82 forks source link

Update activemodel version dependency #36

Closed findchris closed 11 years ago

findchris commented 11 years ago

Trying to upgrade to Rails 3.2.11 and bundle is failing because date_validator depends on activemodel ~> 3.0.0. Please update gem dependency. Cheers.

findchris commented 11 years ago

I just encountered this again in a different app. Lots of Rails upgrades recently due to security fixes, so this is blocking a Rails upgrade.

It's a two minute change; please dump the activemodel dependency version.