Closed waiting-for-dev closed 8 years ago
Perhaps loosen the dependency to ~> 2.0
?
Yeah, better. My mistake
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
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.
We've slackened it to >= 2.0.8
in #65
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.