datamapper / dm-types

DataMapper plugin providing extra data types
http://datamapper.org/
MIT License
55 stars 80 forks source link

dm-types has incompatible dependencies with Rails 3.1 #42

Closed jnicklas closed 13 years ago

jnicklas commented 13 years ago

A new release of datamapper is probably needed. dm-types depends on bcrypt-ruby ~> 2.1.4, whereas activemodel on which both actionpack and activerecord (and thus rails) depend, has a dependency on bcrypt-ruby ~> 3.0.0. This prevents dm from even bundling on Rails 3.1.

I would submit a pull request for fixing this dependency, but I can't get the datamapper tests to run, so it doesn't really feel worthwhile.

solnic commented 13 years ago

Thanks for pointing this out. I just bumped the dependency to ~> 3.0.0