tpope / pickler

PIvotal traCKer Liaison to cucumbER
MIT License
299 stars 23 forks source link

Cuke dependency is too strict/outdated #11

Closed sserdyuk closed 13 years ago

sserdyuk commented 13 years ago

Cuke is switching to 0.10.* and a few of last picker releases where built with ~> dependency specification, so the latest version will not install anymore. BUT version 0.1.5 had => specification and thus silently gets picked by bundler. Needless to say it fails to work properly. It took me some time to figure this all out, so hopefully you can fix it.

tpope commented 13 years ago

Thanks. I've yanked 0.1.5 and am investigating a Cucumber 0.10 compatible version.

tpope commented 13 years ago

Better idea: drop the Cucumber dependency entirely. All we lose is the parse check before pulling. Try 0.2.0.

sserdyuk commented 13 years ago

Excellent! Thank you.