datamapper / dm-types

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

Bump stringex dependency to ~>2.0.2 #64

Closed waiting-for-dev closed 8 years ago

waiting-for-dev commented 11 years ago

Or is previous version needed for any reason?

stringex 2.0 add an adapter for datamapper for the act_as_url library, so it is very important to be compatible.

postmodern commented 11 years ago

Perhaps loosen the dependency to ~> 2.0?

waiting-for-dev commented 11 years ago

Yeah, better. My mistake

solnic commented 11 years ago

Relaxing the dep is what we need. I can push a patch release when it's done and the build passes.

On Wed, Jun 12, 2013 at 12:42 PM, Marc Busqué notifications@github.com wrote:

Yeah, better. My mistake

Reply to this email directly or view it on GitHub: https://github.com/datamapper/dm-types/issues/64#issuecomment-19317998

dkubb commented 11 years ago

A good way to do this is:

gem.add_runtime_dependency('stringex', '~> 2.0', '>= 2.0.2')

This will ensure that the minimum allowed version is at least 2.0.2, but it will also allow minor version upgrades like 2.1, 2.2, 2.3, etc.

tpitale commented 8 years ago

We've slackened it to >= 2.0.8 in #65