fullcontact / fullcontact-api-ruby

A Ruby wrapper for the FullContact API
MIT License
82 stars 85 forks source link

Bundler could not find compatible versions for gem "hashie" #24

Closed vijayaragavan-venkatarathinam closed 10 years ago

vijayaragavan-venkatarathinam commented 10 years ago

It seems fullcontact uses hashie (~> 1.1.0). One of my other gem(which I am currently using) uses hashie (2.1.1). Because of this i am getting this error, "Bundler could not find compatible versions for gem "hashie"".

It is not possible to have different versions of same gem. Because of this, i am not able to use fullcontact-api-ruby gem. Given that, current stable version of hashie is 3.0, Why is it locked at version 1.1?

Will there be an update in near future? (or) is there a fix for this?

Xorlev commented 10 years ago

@vijayaragavanv Which version of the gem are you using? The currently released version 0.6.1 uses >= 2.0

mrmattwright commented 10 years ago

I had a problem with hashie too, but deleted everything in my Gemfile.lock file and reran bundler and that sorted it.

http://stackoverflow.com/questions/7144846/bundler-could-not-find-compatible-versions-for-gem